mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
CKeyChooserItemNoKey: fix type cast
This commit is contained in:
committed by
Jacek Jendrzej
parent
223d1d709f
commit
a1a5965017
@@ -96,7 +96,7 @@ class CKeyChooserItemNoKey : public CMenuTarget
|
|||||||
|
|
||||||
int exec(CMenuTarget* /*parent*/, const std::string & /*actionKey*/)
|
int exec(CMenuTarget* /*parent*/, const std::string & /*actionKey*/)
|
||||||
{
|
{
|
||||||
*key=(int)CRCInput::RC_nokey;
|
*key=(unsigned int)CRCInput::RC_nokey;
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user