Change namespaces for compatibility

This commit is contained in:
Jonas Kvinge
2019-04-26 01:12:42 +02:00
parent 1c926cca45
commit d0135a5ff7
124 changed files with 377 additions and 130 deletions

View File

@@ -33,7 +33,8 @@
#include "modtag.h"
#include "s3mproperties.h"
namespace Strawberry_TagLib::TagLib {
namespace Strawberry_TagLib {
namespace TagLib {
namespace S3M {
@@ -108,5 +109,6 @@ namespace Strawberry_TagLib::TagLib {
};
}
}
}
#endif

View File

@@ -29,7 +29,8 @@
#include "taglib.h"
#include "audioproperties.h"
namespace Strawberry_TagLib::TagLib {
namespace Strawberry_TagLib {
namespace TagLib {
namespace S3M {
class TAGLIB_EXPORT Properties : public AudioProperties {
friend class File;
@@ -90,5 +91,6 @@ namespace Strawberry_TagLib::TagLib {
};
}
}
}
#endif