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

This reverts commit b5d1322617.
This commit is contained in:
Michael Liebmann
2013-07-04 03:27:38 +02:00
parent 0ce25a86d5
commit 5f4d598b1e
2 changed files with 20 additions and 10 deletions

View File

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