From: Scott Wheeler Date: Wed, 27 Jul 2011 21:07:38 +0000 (+0200) Subject: These methods can't be protected since they're called from IT::File X-Git-Tag: v1.8beta~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb25953767b5fb590211417807bf742530bb0e44;p=taglib 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. --- diff --git a/taglib/it/itproperties.h b/taglib/it/itproperties.h index 79ebc383..7e0fb530 100644 --- a/taglib/it/itproperties.h +++ b/taglib/it/itproperties.h @@ -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);