X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fcodecutils.h;h=395949e8e814e8d3e3cef04b3f097b0c4f8b029e;hp=c389056f60531eca12522fba40004b986d82316a;hb=0f32d120e05ebc207dcd2ea733714f29795cb26b;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h index c389056..395949e 100644 --- a/source/stringcodec/codecutils.h +++ b/source/stringcodec/codecutils.h @@ -1,12 +1,12 @@ -#ifndef MSP_STRINGS_CODECUTILS_H_ -#define MSP_STRINGS_CODECUTILS_H_ +#ifndef MSP_STRINGCODEC_CODECUTILS_H_ +#define MSP_STRINGCODEC_CODECUTILS_H_ namespace Msp { -namespace Codecs { +namespace StringCodec { int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse); -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif