Skip to content

Commit c73f326

Browse files
committed
Compilation fix
1 parent 4106dae commit c73f326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Sidebar/CommandInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ class CommandInput final
679679
}
680680
}
681681
pd->lockAudioThread();
682-
pd->sendMessage(argv[0].toRawUTF8(), tokens[1].toRawUTF8(), std::move(atoms));
682+
pd->sendMessage(argv[0].toRawUTF8(), argv[1].toRawUTF8(), std::move(atoms));
683683
pd->unlockAudioThread();
684684
break;
685685
}

0 commit comments

Comments
 (0)