From e2b54edb2d714f4d7893c4ff7f2708d616ac5849 Mon Sep 17 00:00:00 2001 From: Nikolai Zimmermann Date: Tue, 30 Jan 2018 13:31:18 +0100 Subject: [PATCH] Fix build error (#264) --- src/widgets/window.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/window.hpp b/src/widgets/window.hpp index 33827dbe..0b04b71d 100644 --- a/src/widgets/window.hpp +++ b/src/widgets/window.hpp @@ -3,7 +3,7 @@ #include "util/helpers.hpp" #include "widgets/basewindow.hpp" #include "widgets/notebook.hpp" -#include "widgets/titlebar.hpp" +//#include "widgets/titlebar.hpp" //#ifdef USEWINSDK //#include @@ -67,7 +67,7 @@ private: void loadGeometry(); Notebook notebook; - TitleBar titleBar; + //TitleBar titleBar; friend class Notebook;