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

This commit is contained in:
Michael Liebmann
2013-07-04 01:08:21 +02:00
parent d313392144
commit b5d1322617
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;