diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp index 6a35774d..7d131831 100644 --- a/taglib/flac/flacfile.cpp +++ b/taglib/flac/flacfile.cpp @@ -37,10 +37,9 @@ using namespace TagLib; -namespace TagLib { - namespace FLAC { - enum BlockType { StreamInfo = 0, Padding, Application, SeekTable, VorbisComment, CueSheet }; - } +namespace +{ + enum BlockType { StreamInfo = 0, Padding, Application, SeekTable, VorbisComment, CueSheet }; } class FLAC::File::FilePrivate