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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/xm/xmproperties.h b/taglib/xm/xmproperties.h
index f1aba404..97f93111 100644
--- a/taglib/xm/xmproperties.h
+++ b/taglib/xm/xmproperties.h
@@ -33,7 +33,7 @@ namespace TagLib {
public:
/*! Flag bits. */
enum {
- F_AMIGA_FREQ = 1
+ LinearFreqTable = 1 // otherwise its the amiga freq. table
};
Properties(AudioProperties::ReadStyle propertiesStyle);