diff options
Diffstat (limited to 'Window.cpp')
-rw-r--r-- | Window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ gboolean Window::deleteEvent(GtkWidget *widget, GdkEvent *event, Window *window) } Window::Window(GdkGLConfig *glconfig, WindowManager *manager) - : uiManager(this), editor(this), drawer(this, glconfig), sidebar(&editor), + : uiManager(this), editor(this), drawer(this, glconfig), sidebar(this), fileManager(this) { this->manager = manager; |