mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
Revert "CMenuForwarder: Use std::string (not pointer to std::string or char) for option"
This reverts commit1c1cec1dde
. Origin commit data ------------------ Branch: ni/coolstream Commit:5f4d598b1e
Author: Michael Liebmann <tuxcode.bbg@gmail.com> Date: 2013-07-04 (Thu, 04 Jul 2013) ------------------ This commit was generated by Migit
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