mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 20:52:52 -05:00
Added lots of missing includes
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
#include <tdebug.h>
|
||||
#include <tagunion.h>
|
||||
#include <id3v1tag.h>
|
||||
#include <tpropertymap.h>
|
||||
|
||||
#include "apefile.h"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user