From 3263bda23b8bccb9958471be064603d958f08253 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 26 Dec 2022 16:23:14 +0100 Subject: Improve game import in db --- src/ochess.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ochess.cpp') diff --git a/src/ochess.cpp b/src/ochess.cpp index 74ffc88..3cfa8be 100644 --- a/src/ochess.cpp +++ b/src/ochess.cpp @@ -1,5 +1,6 @@ #include "ochess.hpp" #include "MainWindow.hpp" +#include "base_tab/BaseTab.hpp" bool MyApp::OnInit() { wxImage::AddHandler(new wxPNGHandler); @@ -18,6 +19,7 @@ std::vector MyApp::ListTabInfos() { return (tinfos); } + wxIMPLEMENT_APP(MyApp); void Abort(std::string msg) { -- cgit v1.2.3