From bcba77caaa417f8dcf8f95fc78a9e15368068a44 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 15 Feb 2017 17:31:23 +0000 Subject: window doesn't need to inherit from Resource anymore Change-Id: I9fdc66e896c7886da1b4f22f4bb855ca3ce35ffd --- include/vcl/window.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index adf31f283945..75f5a24f337f 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -479,7 +478,7 @@ public: Color* pPaintColor = nullptr); }; -class VCL_DLLPUBLIC Window : public ::OutputDevice, public Resource +class VCL_DLLPUBLIC Window : public ::OutputDevice { friend class ::vcl::Cursor; friend class ::OutputDevice; -- cgit