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

@@ -30,7 +30,8 @@
#ifndef DO_NOT_DOCUMENT
namespace Strawberry_TagLib::TagLib {
namespace Strawberry_TagLib {
namespace TagLib {
/*!
* \internal
@@ -93,6 +94,7 @@ namespace Strawberry_TagLib::TagLib {
TagUnionPrivate *d;
};
}
}
#endif
#endif