summaryrefslogtreecommitdiff
path: root/templatefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'templatefile.h')
-rw-r--r--templatefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/templatefile.h b/templatefile.h
index 93f1fa2..d0f3b58 100644
--- a/templatefile.h
+++ b/templatefile.h
@@ -71,11 +71,11 @@ public:
class cTemplFile : public cConfig<cTemplLine>
{
- bool Parse(const char *Name, const char *Value);
public:
static set<cMenuTemplate*> menuTemplates; // the set of all templates
static char** SearchTemplates; // an array thats stores the name of all search results templates
cTemplFile();
+ static bool Parse(const char *Name, const char *Value);
bool Load(const char *FileName);
static void PrepareDefaultTemplates();
static void Reset();