X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fjisx0201.h;fp=source%2Fstringcodec%2Fjisx0201.h;h=3194c784c8d5378ad90213754da7cd09e42ffcdb;hp=5cbda036b16f28e02440fd31b54f6efef42c08a1;hb=6af098355f2b037a6f8084f9f6c741e462ffa614;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/stringcodec/jisx0201.h b/source/stringcodec/jisx0201.h index 5cbda03..3194c78 100644 --- a/source/stringcodec/jisx0201.h +++ b/source/stringcodec/jisx0201.h @@ -1,15 +1,16 @@ #ifndef MSP_STRINGCODEC_JISX201_H_ #define MSP_STRINGCODEC_JISX201_H_ +#include #include "codec.h" namespace Msp { namespace StringCodec { -class JisX0201: public StandardCodec +class MSPCORE_API JisX0201: public StandardCodec { public: - class Encoder: public Codec::Encoder + class MSPCORE_API Encoder: public Codec::Encoder { public: Encoder(ErrorMode em = DEFAULT): Codec::Encoder(em) { } @@ -19,7 +20,7 @@ public: void transliterate(unichar, std::string &) override; }; - class Decoder: public Codec::Decoder + class MSPCORE_API Decoder: public Codec::Decoder { public: Decoder(ErrorMode em = DEFAULT): Codec::Decoder(em) { }