diff options
Diffstat (limited to 'ui/queryTool.h')
-rw-r--r-- | ui/queryTool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/queryTool.h b/ui/queryTool.h index 8633118..74c5380 100644 --- a/ui/queryTool.h +++ b/ui/queryTool.h @@ -3,6 +3,9 @@ #include "gameMainSelector.h" class QueryTool : public GameMainSelector::Component { +public: + QueryTool(); + protected: using GameMainSelector::Component::render; |