CMenuForwarder: Use std::string (not pointer to std::string or char) for option

Origin commit data
------------------
Branch: ni/coolstream
Commit: b5d1322617
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-04 (Thu, 04 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-07-04 01:08:21 +02:00
parent c908cb4688
commit 1c1cec1dde
2 changed files with 10 additions and 20 deletions

View File

@@ -198,8 +198,7 @@ class CMenuForwarder : public CMenuItem
std::string actionKey;
protected:
const char * option;
const std::string * option_string;
std::string option;
CMenuTarget * jumpTarget;
neutrino_locale_t text;