aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/xm/xmproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/xm/xmproperties.h')
-rw-r--r--taglib/xm/xmproperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/taglib/xm/xmproperties.h b/taglib/xm/xmproperties.h
index 94be5b40..208e166c 100644
--- a/taglib/xm/xmproperties.h
+++ b/taglib/xm/xmproperties.h
@@ -39,7 +39,7 @@ namespace TagLib {
int sampleRate() const;
int channels() const;
- ushort sampleLength() const;
+ ushort tableLength() const;
ushort version() const;
ushort restartPosition() const;
ushort patternCount() const;
@@ -49,7 +49,7 @@ namespace TagLib {
ushort bpmSpeed() const;
protected:
- void setSampleLength(int sampleLength);
+ void setTableLength(ushort tableLength);
void setChannels(int channels);
void setVersion(ushort version);