gui/widget/menue.cpp: fix CMenuForwarderNonLocalized::getWidth

Origin commit data
------------------
Branch: ni/coolstream
Commit: f21b291fcd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-29 (Fri, 29 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-03-29 17:12:23 +04:00
parent eff601f92d
commit 785bca0d55
2 changed files with 11 additions and 2 deletions

View File

@@ -194,11 +194,11 @@ public:
class CMenuForwarder : public CMenuItem
{
const char * option;
const std::string * option_string;
std::string actionKey;
protected:
const char * option;
const std::string * option_string;
CMenuTarget * jumpTarget;
neutrino_locale_t text;