Change namespaces for compatibility
This commit is contained in:
4
3rdparty/taglib/fileref.h
vendored
4
3rdparty/taglib/fileref.h
vendored
@@ -32,7 +32,8 @@
|
||||
#include "taglib_export.h"
|
||||
#include "audioproperties.h"
|
||||
|
||||
namespace Strawberry_TagLib::TagLib {
|
||||
namespace Strawberry_TagLib {
|
||||
namespace TagLib {
|
||||
|
||||
class Tag;
|
||||
|
||||
@@ -282,6 +283,7 @@ namespace Strawberry_TagLib::TagLib {
|
||||
FileRefPrivate *d;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace Strawberry_TagLib::TagLib
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user