]> git.tdb.fi Git - libs/core.git/blobdiff - source/iso2022jp.h
Fix Iso2022Jp
[libs/core.git] / source / iso2022jp.h
index 89b80df0e311c8d4aae7cab953b0e0a597fc78ab..ea5209e56c19d7e4157a5632685226343507aa56 100644 (file)
@@ -20,7 +20,7 @@ public:
        public:
                Encoder(): mode(ASCII) { }
                void encode_char(wchar_t);
-               void sync() { switch_mode(ASCII); }
+               void sync();
        private:
                Mode mode;