These methods can't be protected since they're called from IT::File

In general this code could use a fair bit of tidying up both stylistically and semantically.
This commit is contained in:
Scott Wheeler 2011-07-27 23:07:38 +02:00
parent 4795831b4a
commit bb25953767

View File

@ -72,9 +72,7 @@ namespace TagLib {
uchar panningSeparation() const;
uchar pitchWheelDepth() const;
protected:
void setChannels(int channels);
void setLengthInPatterns(ushort lengthInPatterns);
void setInstrumentCount(ushort instrumentCount);
void setSampleCount (ushort sampleCount);