diff options
Diffstat (limited to 'rcfile.h')
-rw-r--r-- | rcfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ public: }; -class cRCFile : public cConfig<cRCLine> +class cRCFile : public cConfig<cRCLine> { bool Parse(const char *Name, const char *Value); public: |