]> granicus.if.org Git - taglib/commitdiff
Silenced uint ambiguity error.
authorFestus Hagen <festushagen2002@yahoo.com>
Tue, 28 Apr 2015 07:00:21 +0000 (03:00 -0400)
committerFestus Hagen <festushagen2002@yahoo.com>
Sat, 9 May 2015 18:19:33 +0000 (14:19 -0400)
taglib/mpeg/id3v2/id3v2tag.cpp

index 267a45d04e1b27da78b9f5e0fdf3c46a63c6c14c..4aefc2fe0e680d37df0441eb7769d77b223ad25a 100644 (file)
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
-#include <tfile.h>
+#include "tfile.h"
 
 #include "id3v2tag.h"
 #include "id3v2header.h"
@@ -37,7 +37,7 @@
 #include "tbytevector.h"
 #include "id3v1genres.h"
 #include "tpropertymap.h"
-#include <tdebug.h>
+#include "tdebug.h"
 
 #include "frames/textidentificationframe.h"
 #include "frames/commentsframe.h"
@@ -83,7 +83,7 @@ const ID3v2::Latin1StringHandler *ID3v2::Tag::TagPrivate::stringHandler = &defau
 
 namespace
 {
-  const uint DefaultPaddingSize = 1024;
+  const TagLib::uint DefaultPaddingSize = 1024;
 }
 
 ////////////////////////////////////////////////////////////////////////////////