X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fiso2022jp.h;h=73ffec3e71eda5a158798cc37bbb803ba4d5623c;hp=cfce718d433b16fdb498ab361f34ff23af6584e6;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/iso2022jp.h b/source/stringcodec/iso2022jp.h index cfce718..73ffec3 100644 --- a/source/stringcodec/iso2022jp.h +++ b/source/stringcodec/iso2022jp.h @@ -1,10 +1,10 @@ -#ifndef MSP_STRINGS_ISO2022JP_H_ -#define MSP_STRINGS_ISO2022JP_H_ +#ifndef MSP_STRINGCODEC_ISO2022JP_H_ +#define MSP_STRINGCODEC_ISO2022JP_H_ #include "codec.h" namespace Msp { -namespace Codecs { +namespace StringCodec { class Iso2022Jp: public Codec { @@ -53,7 +53,7 @@ public: virtual Decoder *create_decoder(ErrorMode em = THROW_ON_ERROR) const { return new Decoder(em); } }; -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif