diff options
Diffstat (limited to 'menu_templateedit.h')
-rw-r--r-- | menu_templateedit.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/menu_templateedit.h b/menu_templateedit.h index 81615a1..62ba06c 100644 --- a/menu_templateedit.h +++ b/menu_templateedit.h @@ -27,10 +27,11 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_searchedit.h" // --- cMenuEditTemplate -------------------------------------------------------- -class cMenuEditTemplate: public cMenuEditSearchExt { - public: - cMenuEditTemplate(cSearchExt *SearchExt, bool New = false); - virtual eOSState ProcessKey(eKeys Key); +class cMenuEditTemplate: public cMenuEditSearchExt +{ +public: + cMenuEditTemplate(cSearchExt *SearchExt, bool New = false); + virtual eOSState ProcessKey(eKeys Key); }; #endif |