mirror of
https://github.com/taglib/taglib.git
synced 2025-08-15 10:44:39 -04:00
Fix for VS2010 which had been throwing out "cannot access protected member declared in class 'TagLib::Mod::Properties'" errors.
This commit is contained in:
committed by
Graham Perks
parent
0341079b92
commit
8b647e5fa7
@ -41,7 +41,9 @@ namespace TagLib {
|
||||
uint instrumentCount() const;
|
||||
uchar lengthInPatterns() const;
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
protected:
|
||||
#endif
|
||||
void setChannels(int channels);
|
||||
|
||||
void setInstrumentCount(uint sampleCount);
|
||||
|
Reference in New Issue
Block a user