]> granicus.if.org Git - taglib/commitdiff
Added lots of missing includes
authorMichael Helmling <helmling@mathematik.uni-kl.de>
Wed, 15 Feb 2012 20:54:19 +0000 (21:54 +0100)
committerMichael Helmling <helmling@mathematik.uni-kl.de>
Wed, 15 Feb 2012 20:54:19 +0000 (21:54 +0100)
16 files changed:
taglib/ape/apefile.cpp
taglib/ape/apetag.cpp
taglib/flac/flacfile.cpp
taglib/it/itfile.cpp
taglib/mod/modfile.cpp
taglib/mod/modtag.cpp
taglib/mpc/mpcfile.cpp
taglib/riff/aiff/aifffile.cpp
taglib/riff/wav/wavfile.cpp
taglib/s3m/s3mfile.cpp
taglib/tag.cpp
taglib/toolkit/tfile.cpp
taglib/toolkit/tpropertymap.cpp
taglib/trueaudio/trueaudiofile.cpp
taglib/wavpack/wavpackfile.cpp
taglib/xm/xmfile.cpp

index 6e806415a0870ed57a60d021690d0bc57c525e68..c66b55a271b8f7dbfd37e52ec5546c954e09c1e0 100644 (file)
@@ -36,6 +36,7 @@
 #include <tdebug.h>
 #include <tagunion.h>
 #include <id3v1tag.h>
+#include <tpropertymap.h>
 
 #include "apefile.h"
 
index 5393d72d79bc3fb2d22ce3844683f5189f39876d..8da91ac3c257d50220e58534efb4640ec5d5c728 100644 (file)
@@ -34,6 +34,7 @@
 #include <tfile.h>
 #include <tstring.h>
 #include <tmap.h>
+#include <tpropertymap.h>
 
 #include "apetag.h"
 #include "apefooter.h"
@@ -251,7 +252,7 @@ PropertyMap APE::Tag::setProperties(const PropertyMap &origProps)
       }
     }
   }
-  return PropertyMap;
+  return PropertyMap();
 }
 
 APE::Footer *APE::Tag::footer() const
index 352ee27ed335e5db4fb3258b3e0ec7e78c7dafc8..3ba096f492b6e292141c6598b2a69edc3e16dc55 100644 (file)
@@ -28,6 +28,7 @@
 #include <tlist.h>
 #include <tdebug.h>
 #include <tagunion.h>
+#include <tpropertymap.h>
 
 #include <id3v2header.h>
 #include <id3v2tag.h>
index 1c3474cb6655033efd0ffcd0d540fda6923e8bc0..dc03b60ad9e0ebddcd2f7f374a1b7e2337528f60 100644 (file)
@@ -23,6 +23,7 @@
 #include "itfile.h"
 #include "tdebug.h"
 #include "modfileprivate.h"
+#include "tpropertymap.h"
 
 using namespace TagLib;
 using namespace IT;
index a05c21377f22e01870d8640557e8e413c17e95cc..25fc8715abb58167437c52d3d7672582073bec3e 100644 (file)
@@ -23,6 +23,7 @@
 #include "tstringlist.h"
 #include "tdebug.h"
 #include "modfileprivate.h"
+#include "tpropertymap.h"
 
 using namespace TagLib;
 using namespace Mod;
index aaa2f16a7a17c4f5197202cf3ab412b6d744e092..fe6a374c486f08c829b61c65ffa98a9b27336e56 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "modtag.h"
 #include "tstringlist.h"
+#include "tpropertymap.h"
+
 using namespace TagLib;
 using namespace Mod;
 
index 6b372a6057323d132b5e97da74916d2aa1d9b9e8..ca9471aec0bdad1971e0e08695fbbd9fb50bdf71 100644 (file)
@@ -27,6 +27,7 @@
 #include <tstring.h>
 #include <tagunion.h>
 #include <tdebug.h>
+#include <tpropertymap.h>
 
 #include "mpcfile.h"
 #include "id3v1tag.h"
index bc2a8569c9a0a1a24a740c3f7b02c2c0b052cd5b..ece84f058044351824636553e51114430eaca8b6 100644 (file)
@@ -27,6 +27,7 @@
 #include <tdebug.h>
 #include <id3v2tag.h>
 #include <tstringlist.h>
+#include <tpropertymap.h>
 
 #include "aifffile.h"
 
index afc307d834adabcb17f9fa8fe601ffd7c91f0244..613db4ef9de4ffbe2b2849ec6f0ba8e43e6c397f 100644 (file)
@@ -27,6 +27,7 @@
 #include <tdebug.h>
 #include <id3v2tag.h>
 #include <tstringlist.h>
+#include <tpropertymap.h>
 
 #include "wavfile.h"
 
index cf8a7b6176aae3344228e07e7e4f68e999ca2cdc..98bc6a5610dad05d2f5f4a4258dd3bb85e8adbfd 100644 (file)
@@ -23,6 +23,7 @@
 #include "tstringlist.h"
 #include "tdebug.h"
 #include "modfileprivate.h"
+#include "tpropertymap.h"
 
 #include <iostream>
 
index 3cebd134f52a765382a85987d89a964cffe2a3b0..676340817b4bf792453beb5f9a29c177cef0c0de 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "tag.h"
 #include "tstringlist.h"
+#include "tpropertymap.h"
+
 using namespace TagLib;
 
 class Tag::TagPrivate
index 639bc0ecb90db1778e4b4400d56aed815d82a195..56a8e19cfe933867ffc516c6e9d9a6ce8726c5ba 100644 (file)
@@ -27,6 +27,7 @@
 #include "tfilestream.h"
 #include "tstring.h"
 #include "tdebug.h"
+#include "tpropertymap.h"
 
 #include <stdio.h>
 #include <string.h>
index fc71181fde4a4e8dca70814c5fafec676371975a..4868f2d041dce6b8edfee172ad7ffb23caedb488 100644 (file)
@@ -146,7 +146,7 @@ const StringList &PropertyMap::unsupportedData() const
   return unsupported;
 }
 
-static String PropertyMap::prepareKey(const String &proposed) {
+String PropertyMap::prepareKey(const String &proposed) {
   if(proposed.isEmpty())
     return String::null;
   for (String::ConstIterator it = proposed.begin(); it != proposed.end(); it++)
index 346331df202d97198e92137a4d070773df3155b1..f45c65457047223cd0f70309096c4cac496088c6 100644 (file)
@@ -32,6 +32,7 @@
 #include <tdebug.h>
 #include <tagunion.h>
 #include <tstringlist.h>
+#include <tpropertymap.h>
 
 #include "trueaudiofile.h"
 #include "id3v1tag.h"
index bc0f607a4d70f7debe49d145393aadde78336481..285d8ef4bdec5a17ec02ff080dfd55d03329c134 100644 (file)
@@ -31,6 +31,7 @@
 #include <tstring.h>
 #include <tdebug.h>
 #include <tagunion.h>
+#include <tpropertymap.h>
 
 #include "wavpackfile.h"
 #include "id3v1tag.h"
index d4225c453f1733d3b46d021ee596150ac9c2c215..272e5fe0b7e79ec4e61b931fc857b6eb5648c717 100644 (file)
@@ -23,6 +23,7 @@
 #include "tdebug.h"
 #include "xmfile.h"
 #include "modfileprivate.h"
+#include "tpropertymap.h"
 
 #include <string.h>
 #include <algorithm>