X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fiso88591.h;h=060a6d4efc19850c09068881572fbe46a83e8aa2;hp=d779ff071bf2cf70bb2b0905501b833214748262;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/iso88591.h b/source/stringcodec/iso88591.h index d779ff0..060a6d4 100644 --- a/source/stringcodec/iso88591.h +++ b/source/stringcodec/iso88591.h @@ -1,10 +1,10 @@ -#ifndef MSP_STRINGS_ISO88591_H_ -#define MSP_STRINGS_ISO88591_H_ +#ifndef MSP_STRINGCODEC_ISO88591_H_ +#define MSP_STRINGCODEC_ISO88591_H_ #include "codec.h" namespace Msp { -namespace Codecs { +namespace StringCodec { class Iso88591: public Codec { @@ -33,7 +33,7 @@ public: virtual Decoder *create_decoder(ErrorMode em = THROW_ON_ERROR) const { return new Decoder(em); } }; -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif