Skip to content

Commit

Permalink
Update src/track/keyutils.h
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Williams <[email protected]>
  • Loading branch information
m0dB and ywwg authored Dec 11, 2024
1 parent fae0acb commit d3bfc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/track/keyutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class KeyUtils {
static int keyToCircleOfFifthsOrder(mixxx::track::io::key::ChromaticKey key,
KeyNotation notation);

static QVariant keyFromColumns(QVariant&& rawValue, QVariant&& keyCodeValue);
static QVariant keyFromColumns(const QVariant& rawValue, const QVariant& keyCodeValue);

private:
static QMutex s_notationMutex;
Expand Down

0 comments on commit d3bfc75

Please sign in to comment.