From 250d411c31778c54c559c8b0a77af8ff080be47d Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Wed, 30 Jan 2008 23:49:39 +0000 Subject: [PATCH] SVN_SILENT a little prettier git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768943 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/flac/flacfile.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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