aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/xm/xmproperties.h
diff options
context:
space:
mode:
authorMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-18 03:31:49 +0200
committerMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-18 03:31:49 +0200
commit5ad69f6f2af252eb7b0841974dc83638fab3537d (patch)
tree69655739d2ee990718d2005096dd76acf922d4fe /taglib/xm/xmproperties.h
parentfe356c31b4a71e99309696c0717b03fcc6f17f0f (diff)
fixed mod property names and added unit test for xm
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);