diff options
Diffstat (limited to 'charset.h')
-rw-r--r-- | charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ class cCharSet : public cListItem private: char *origcharset; char *realcharset; + public: cCharSet(); virtual ~cCharSet(); |