mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 00:58:12 -04:00
We don't need to export these symbols
This commit is contained in:
parent
c4a0855f42
commit
05486d00bf
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user