Change namespaces for compatibility
This commit is contained in:
4
3rdparty/taglib/xm/xmfile.h
vendored
4
3rdparty/taglib/xm/xmfile.h
vendored
@@ -33,7 +33,8 @@
|
||||
#include "modtag.h"
|
||||
#include "xmproperties.h"
|
||||
|
||||
namespace Strawberry_TagLib::TagLib {
|
||||
namespace Strawberry_TagLib {
|
||||
namespace TagLib {
|
||||
|
||||
namespace XM {
|
||||
|
||||
@@ -108,5 +109,6 @@ namespace Strawberry_TagLib::TagLib {
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
4
3rdparty/taglib/xm/xmproperties.h
vendored
4
3rdparty/taglib/xm/xmproperties.h
vendored
@@ -30,7 +30,8 @@
|
||||
#include "tstring.h"
|
||||
#include "audioproperties.h"
|
||||
|
||||
namespace Strawberry_TagLib::TagLib {
|
||||
namespace Strawberry_TagLib {
|
||||
namespace TagLib {
|
||||
namespace XM {
|
||||
class TAGLIB_EXPORT Properties : public AudioProperties {
|
||||
friend class File;
|
||||
@@ -81,5 +82,6 @@ namespace Strawberry_TagLib::TagLib {
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user