aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mod/modproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mod/modproperties.h')
-rw-r--r--taglib/mod/modproperties.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/taglib/mod/modproperties.h b/taglib/mod/modproperties.h
index c92fd022..40bce747 100644
--- a/taglib/mod/modproperties.h
+++ b/taglib/mod/modproperties.h
@@ -38,14 +38,14 @@ namespace TagLib {
int sampleRate() const;
int channels() const;
- uint instrumentCount() const;
- uint tableLength() const;
+ uint instrumentCount() const;
+ uchar tableLength() const;
protected:
void setChannels(int channels);
void setInstrumentCount(uint sampleCount);
- void setTableLength(uint tableLength);
+ void setTableLength(uchar tableLength);
private:
Properties(const Properties&);