X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fjisx0208.h;h=16f82027247c4517d32097d74bca300af1d897ca;hp=a81f578108c9f933f3fdbf3ac91b16cd7e6b6baf;hb=51b84c0c2c3abb0cf7e815c5ae259face40ac977;hpb=ebd23ef7dde39a35e9ffdfb5be31934507cefaad diff --git a/source/jisx0208.h b/source/jisx0208.h index a81f578..16f8202 100644 --- a/source/jisx0208.h +++ b/source/jisx0208.h @@ -19,6 +19,7 @@ public: public: void decode_char(const std::string &, std::string::const_iterator &); void sync(); + void reset(); private: char high; };