]> granicus.if.org Git - taglib/commitdiff
SVN_SILENT a little prettier
authorScott Wheeler <wheeler@kde.org>
Wed, 30 Jan 2008 23:49:39 +0000 (23:49 +0000)
committerScott Wheeler <wheeler@kde.org>
Wed, 30 Jan 2008 23:49:39 +0000 (23:49 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768943 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/flac/flacfile.cpp

index 6a35774da9ee1593e775e8e7e97e90ba25a1fe54..7d131831228a345238939d088dea901929f1b10e 100644 (file)
 
 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