summaryrefslogtreecommitdiff
path: root/menu_search.h
diff options
context:
space:
mode:
authorJohann Friedrichs <johann.friedrichs@web.de>2018-03-21 12:14:55 +0100
committerJohann Friedrichs <johann.friedrichs@web.de>2018-03-21 12:14:55 +0100
commite8a0e569152c50d6084f252d12854b8fd4e74466 (patch)
tree5a90ef7ea08ff2096df157ca109c5268cdc04903 /menu_search.h
parent9c7d95ff8d6ba965cb23147507a859b1fd0491d6 (diff)
downloadvdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.gz
vdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.bz2
unified indentation
Diffstat (limited to 'menu_search.h')
-rw-r--r--menu_search.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/menu_search.h b/menu_search.h
index 8b9dbfc..0551f52 100644
--- a/menu_search.h
+++ b/menu_search.h
@@ -27,17 +27,18 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include <vdr/plugin.h>
#include "epgsearchext.h"
-class cMenuEPGSearchExt : public cOsdMenu {
- private:
- eOSState New(void);
- eOSState Delete(void);
- eOSState Actions(eKeys Key);
- protected:
- virtual eOSState ProcessKey(eKeys Key);
- public:
- cMenuEPGSearchExt();
- cSearchExt* CurrentSearchExt(void);
- void UpdateTitle();
+class cMenuEPGSearchExt : public cOsdMenu
+{
+private:
+ eOSState New(void);
+ eOSState Delete(void);
+ eOSState Actions(eKeys Key);
+protected:
+ virtual eOSState ProcessKey(eKeys Key);
+public:
+ cMenuEPGSearchExt();
+ cSearchExt* CurrentSearchExt(void);
+ void UpdateTitle();
};
#endif