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

Origin commit data
------------------
Commit: b5d1322617
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-04 (Thu, 04 Jul 2013)
This commit is contained in:
Michael Liebmann
2013-07-04 01:08:21 +02:00
parent 3b591f818c
commit c17394c593
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;