aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/quit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd/quit.cpp')
-rw-r--r--frontend/cmd/quit.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/cmd/quit.cpp b/frontend/cmd/quit.cpp
index 24aa7c9..8f97562 100644
--- a/frontend/cmd/quit.cpp
+++ b/frontend/cmd/quit.cpp
@@ -1,6 +1,8 @@
#include "../Player.h"
-FollowupAction Player::cmd_quit(Argv argv) {
+using namespace std;
+
+FollowupAction Player::cmd_quit(string &) {
return FollowupAction::EXIT;
}