X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fcodec.h;h=ab2a3ea7c8491edc0297ae81ffddd1ae4e20c23e;hp=53775206ea1915026b79e5ed75d02b227d74dca0;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/codec.h b/source/stringcodec/codec.h index 5377520..ab2a3ea 100644 --- a/source/stringcodec/codec.h +++ b/source/stringcodec/codec.h @@ -1,11 +1,11 @@ -#ifndef MSP_STRINGS_CODEC_H_ -#define MSP_STRINGS_CODEC_H_ +#ifndef MSP_STRINGCODEC_CODEC_H_ +#define MSP_STRINGCODEC_CODEC_H_ #include #include namespace Msp { -namespace Codecs { +namespace StringCodec { typedef int UnicodeChar; @@ -192,7 +192,7 @@ Codec *create_codec(const std::string &); The codec must be deleted when it's no longer needed. */ Codec *detect_codec(const std::string &); -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif