diff options
Diffstat (limited to 'server/src/queryhandlerpentominos.h')
-rw-r--r-- | server/src/queryhandlerpentominos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/queryhandlerpentominos.h b/server/src/queryhandlerpentominos.h index 3d98b25..9cc2cbf 100644 --- a/server/src/queryhandlerpentominos.h +++ b/server/src/queryhandlerpentominos.h @@ -42,6 +42,7 @@ class QueryHandlerPentominos : public QueryHandler { public: QueryHandlerPentominos(TCPSocket *socket, std::string cpr); + ~QueryHandlerPentominos() {} // Execute all queries. QueryResult exec(Query &query); |