Fix pedantic warning with C++98
This commit is contained in:
@@ -83,7 +83,7 @@ enum RubberBandOption {
|
||||
RubberBandOptionPitchHighConsistency = 0x04000000,
|
||||
|
||||
RubberBandOptionChannelsApart = 0x00000000,
|
||||
RubberBandOptionChannelsTogether = 0x10000000,
|
||||
RubberBandOptionChannelsTogether = 0x10000000
|
||||
};
|
||||
|
||||
typedef int RubberBandOptions;
|
||||
|
||||
Reference in New Issue
Block a user