X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fjisx0208.h;h=4fb85a2658d8a8ce5c7ea692974ee2284be4701a;hp=c5f52d5ecc9a66d9f987ade23f704bdfa5106a2b;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/jisx0208.h b/source/stringcodec/jisx0208.h index c5f52d5..4fb85a2 100644 --- a/source/stringcodec/jisx0208.h +++ b/source/stringcodec/jisx0208.h @@ -1,10 +1,10 @@ -#ifndef MSP_STRINGS_JISX0208_H_ -#define MSP_STRINGS_JISX0208_H_ +#ifndef MSP_STRINGCODEC_JISX0208_H_ +#define MSP_STRINGCODEC_JISX0208_H_ #include "codec.h" namespace Msp { -namespace Codecs { +namespace StringCodec { /** Codec for the JIS X 0208 encoding. This is not particularly useful as a @@ -52,7 +52,7 @@ struct Kuten extern UnicodeChar jisx0208_to_ucs(Kuten); extern Kuten ucs_to_jisx0208(UnicodeChar); -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif