summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibChess/UCIEndpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibChess/UCIEndpoint.h')
-rw-r--r--Userland/Libraries/LibChess/UCIEndpoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibChess/UCIEndpoint.h b/Userland/Libraries/LibChess/UCIEndpoint.h
index 8e99ab979d..00ae61ef39 100644
--- a/Userland/Libraries/LibChess/UCIEndpoint.h
+++ b/Userland/Libraries/LibChess/UCIEndpoint.h
@@ -30,6 +30,7 @@ public:
virtual void handle_readyok() { }
virtual void handle_bestmove(BestMoveCommand const&) { }
virtual void handle_info(InfoCommand const&) { }
+ virtual void handle_quit() { }
void send_command(Command const&);