X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fiso2022jp.cpp;h=564892febfdc0e394b1a5f3ba9dc6bbcc83e07bd;hb=b011b17393069d86790b2291a759280e15c75a0f;hp=f0b37fd50aeb2eccfd63a9cadcd014649542fc10;hpb=967785734be5c3fc6f75da122c2d93ebbb338271;p=libs%2Fcore.git diff --git a/source/stringcodec/iso2022jp.cpp b/source/stringcodec/iso2022jp.cpp index f0b37fd..564892f 100644 --- a/source/stringcodec/iso2022jp.cpp +++ b/source/stringcodec/iso2022jp.cpp @@ -6,7 +6,7 @@ using namespace std; namespace Msp { -namespace Codecs { +namespace StringCodec { void Iso2022Jp::Encoder::encode_char(UnicodeChar ch, string &buf) { @@ -150,5 +150,5 @@ void Iso2022Jp::Decoder::switch_mode(Mode m) } } -} // namespace Codecs +} // namespace StringCodec } // namespace Msp