summaryrefslogtreecommitdiffstats
path: root/src/test/midicontrollertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/midicontrollertest.cpp')
-rw-r--r--src/test/midicontrollertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/midicontrollertest.cpp b/src/test/midicontrollertest.cpp
index af5e605a91..aa8bfebe30 100644
--- a/src/test/midicontrollertest.cpp
+++ b/src/test/midicontrollertest.cpp
@@ -40,7 +40,7 @@ class MidiControllerTest : public MixxxTest {
void receive(unsigned char status, unsigned char control,
unsigned char value) {
- m_pController->receive(status, control, value);
+ m_pController->receive(status, control, value, 0);
}
MidiControllerPreset m_preset;