mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
- epgplus: move CEPGplusHandler::exec() code to end of file; ...
* really minor code changes in CEPGDataHandler::exec() and CEventListHandler::exec() No binary changes, just code cosmetic. Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -133,7 +133,7 @@ class CEventList : public CListHelpers
|
||||
class CEventListHandler : public CMenuTarget
|
||||
{
|
||||
public:
|
||||
int exec( CMenuTarget* parent, const std::string &actionkey);
|
||||
int exec(CMenuTarget* parent, const std::string &actionkey);
|
||||
};
|
||||
|
||||
class CEventFinderMenu : public CMenuTarget, CChangeObserver
|
||||
|
Reference in New Issue
Block a user