X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fiso885915.h;h=e92eb08edda7f24d62ebe783044e3352a7992bf5;hp=06c53018fba231a2c2afda76c0150069822a0c3c;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/iso885915.h b/source/stringcodec/iso885915.h index 06c5301..e92eb08 100644 --- a/source/stringcodec/iso885915.h +++ b/source/stringcodec/iso885915.h @@ -1,10 +1,10 @@ -#ifndef MSP_STRINGS_ISO885915_H_ -#define MSP_STRINGS_ISO885915_H_ +#ifndef MSP_STRINGCODEC_ISO885915_H_ +#define MSP_STRINGCODEC_ISO885915_H_ #include "codec.h" namespace Msp { -namespace Codecs { +namespace StringCodec { class Iso885915: 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