From d298c59206ccb8c3e511fad9884e1cb0bd98b793 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 24 Dec 2022 22:30:20 +0100 Subject: Update db management --- src/base_tab/BaseTab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base_tab/BaseTab.cpp') diff --git a/src/base_tab/BaseTab.cpp b/src/base_tab/BaseTab.cpp index a2b7207..06774b4 100644 --- a/src/base_tab/BaseTab.cpp +++ b/src/base_tab/BaseTab.cpp @@ -6,7 +6,7 @@ BaseTab::BaseTab(wxFrame *parent, std::string base_file) : TabBase(parent), TabInfos(TabInfos::BASE){ // Games tab - games_tab=new BaseGameTab((wxFrame *)notebook,base_file); + games_tab=new BaseGameTab((wxFrame *)notebook,base_file,this); notebook->AddPage(games_tab, "Games list",true); // true for selecting the tab // Import tab import_tab=new BaseImportTab((wxFrame *)notebook); -- cgit v1.2.3