diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-15 17:31:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 08:54:22 +0000 |
commit | bcba77caaa417f8dcf8f95fc78a9e15368068a44 (patch) | |
tree | cee0cbb6ea2cad565b70c2a6100cf2ba6d5bf732 /include/vcl | |
parent | 81182f2d66a13b8aaa6756dd41ff7ba799a24a7f (diff) |
window doesn't need to inherit from Resource anymore
Change-Id: I9fdc66e896c7886da1b4f22f4bb855ca3ce35ffd
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/window.hxx | 3 |
1 files changed, 1 insertions, 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 <tools/solar.h> #include <vcl/dllapi.h> #include <vcl/outdev.hxx> -#include <tools/resid.hxx> #include <vcl/pointr.hxx> #include <tools/wintypes.hxx> #include <rsc/rsc-vcl-shared-types.hxx> @@ -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; |