Fix compile error

This commit is contained in:
Salanto 2021-04-12 22:47:02 +02:00
parent 4bc53ab61c
commit 7eaf129b8b

View File

@ -1398,7 +1398,7 @@ void AOClient::cmdUpdateStatement(int argc, QStringList argv)
sendServerMessage("Recording updated statement."); sendServerMessage("Recording updated statement.");
} }
void AOClient::cmdStop(int argc, QStringList argv) void AOClient::cmdPauseTestimony(int argc, QStringList argv)
{ {
pauseTestimony(); pauseTestimony();
} }