summaryrefslogtreecommitdiff
path: root/rcfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile.h')
-rw-r--r--rcfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile.h b/rcfile.h
index ec15b1d..884eea2 100644
--- a/rcfile.h
+++ b/rcfile.h
@@ -42,7 +42,7 @@ public:
};
-class cRCFile : public cConfig<cRCLine>
+class cRCFile : public cConfig<cRCLine>
{
bool Parse(const char *Name, const char *Value);
public: