mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 01:43:35 +02:00
pedantic fixes
Origin commit data
------------------
Commit: e14fc80ed5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)
Origin message was:
------------------
-pedantic fixes
This commit is contained in:
@@ -280,7 +280,7 @@ CMenuGlobal::CMenuGlobal()
|
||||
CMenuGlobal::~CMenuGlobal()
|
||||
{
|
||||
v_selected.clear();
|
||||
};
|
||||
}
|
||||
|
||||
//Note: use only singleton to create an instance in the constructor or init handler of menu widget
|
||||
CMenuGlobal* CMenuGlobal::getInstance()
|
||||
|
@@ -449,7 +449,7 @@ class CMenuWidget : public CMenuTarget
|
||||
BTN_TYPE_BACK = 0,
|
||||
BTN_TYPE_CANCEL = 1,
|
||||
BTN_TYPE_NEXT = 3,
|
||||
BTN_TYPE_NO = -1,
|
||||
BTN_TYPE_NO = -1
|
||||
};
|
||||
virtual void addIntroItems(neutrino_locale_t subhead_text = NONEXISTANT_LOCALE, neutrino_locale_t section_text = NONEXISTANT_LOCALE, int buttontype = BTN_TYPE_BACK );
|
||||
bool hasItem();
|
||||
@@ -476,7 +476,7 @@ class CMenuWidget : public CMenuTarget
|
||||
MENU_POS_TOP_LEFT ,
|
||||
MENU_POS_TOP_RIGHT ,
|
||||
MENU_POS_BOTTOM_LEFT ,
|
||||
MENU_POS_BOTTOM_RIGHT ,
|
||||
MENU_POS_BOTTOM_RIGHT
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user