aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 5ed2a05..7df677d 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -337,6 +337,8 @@ class TabBase_TabImport : public wxPanel
wxButton* import_from_game_button;
wxStaticLine* m_staticline4;
wxStaticText* from_db_label;
+ wxComboBox* opened_db_list;
+ wxButton* import_from_db_button;
wxListCtrl* game_list;
public: