mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Revert "CMenuForwarder: Use std::string (not pointer to std::string or char) for option"
This reverts commitc17394c593
. Origin commit data ------------------ Commit:5f4d598b1e
Author: Michael Liebmann <tuxcode.bbg@gmail.com> Date: 2013-07-04 (Thu, 04 Jul 2013)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user