Fix pedantic warning with C++98

This commit is contained in:
Chris Cannam
2021-02-05 16:39:16 +00:00
parent eb612718de
commit 35522c1f96
2 changed files with 2 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ public:
OptionPitchHighConsistency = 0x04000000,
OptionChannelsApart = 0x00000000,
OptionChannelsTogether = 0x10000000,
OptionChannelsTogether = 0x10000000
// n.b. Options is int, so we must stop before 0x80000000
};