aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/s3m/s3mproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/s3m/s3mproperties.h')
-rw-r--r--taglib/s3m/s3mproperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/taglib/s3m/s3mproperties.h b/taglib/s3m/s3mproperties.h
index 5e549ce0..80ab4aa2 100644
--- a/taglib/s3m/s3mproperties.h
+++ b/taglib/s3m/s3mproperties.h
@@ -38,7 +38,7 @@ namespace TagLib {
int sampleRate() const;
int channels() const;
- ushort sampleLength() const;
+ ushort tableLength() const;
bool stereo() const;
ushort sampleCount() const;
ushort patternCount() const;
@@ -52,7 +52,7 @@ namespace TagLib {
bool usePanningValues() const;
protected:
- void setSampleLength(ushort sampleLength);
+ void setTableLength(ushort tableLength);
void setChannels(int channels);
void setStereo (bool stereo);