Fix for VS2010 which had been throwing out "cannot access protected member declared in class 'TagLib::Mod::Properties'" errors.

This commit is contained in:
Graham Perks
2011-07-26 21:43:11 -05:00
committed by Graham Perks
parent 0341079b92
commit 8b647e5fa7
4 changed files with 9 additions and 0 deletions

View File

@ -54,7 +54,9 @@ namespace TagLib {
ushort tempo() const;
ushort bpmSpeed() const;
#if !defined(_MSC_VER)
protected:
#endif
void setChannels(int channels);
void setLengthInPatterns(ushort lengthInPatterns);