From 3b11b9d4f3eee5faa656d7ee61077e80726bdc36 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 16 Jan 2023 14:55:48 +0100 Subject: Improve openings database code --- src/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 7b178c2..5bf2341 100644 --- a/src/gui.h +++ b/src/gui.h @@ -284,6 +284,7 @@ class TabGameRightPanel : public wxPanel wxNotebook* notebook; wxPanel* editor_page; wxBoxSizer* editor_page_sizer; + wxTextCtrl* opening_label; wxBoxSizer* editor_canvas_sizer; wxStaticLine* m_staticline1; wxStaticText* comment_label; -- cgit v1.2.3