CKeyChooserItemNoKey: fix type cast

Origin commit data
------------------
Commit: 7863853678
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-08-20 (Sun, 20 Aug 2017)
This commit is contained in:
Stefan Seyfried
2017-08-20 11:30:57 +02:00
committed by vanhofen
parent 890d85cc1e
commit b5fb6015dc

View File

@@ -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;
} }