summaryrefslogtreecommitdiff
path: root/src/gui_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_gtk.cc')
-rw-r--r--src/gui_gtk.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_gtk.cc b/src/gui_gtk.cc
index 9b6addc..6913921 100644
--- a/src/gui_gtk.cc
+++ b/src/gui_gtk.cc
@@ -591,7 +591,8 @@ class GtkGuiMain : public virtual GuiMain, public GtkGuiWindow {
public:
GtkGuiMain(std::string const& title, uint32_t width, uint32_t height)
: title_(title), width_(width), height_(height), split_(0.5),
- config_(new GtkConfig()), menu_(nullptr), statusbar_(nullptr) {
+ content_(nullptr), config_(new GtkConfig()), menu_(nullptr),
+ statusbar_(nullptr) {
}
Looper* create_looper() override;