We don't need to export these symbols

This commit is contained in:
Scott Wheeler 2022-01-15 13:52:05 +01:00
parent c4a0855f42
commit 05486d00bf

View File

@ -35,6 +35,9 @@
using namespace TagLib;
using namespace XM;
namespace
{
/*!
* The Reader classes are helpers to make handling of the stripped XM
* format more easy. In the stripped XM format certain header sizes might
@ -343,6 +346,8 @@ private:
List<Reader*> m_readers;
};
} // namespace
class XM::File::FilePrivate
{
public: