summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-13 09:01:07 +0200
committerNoel Grandin <noel@peralex.com>2016-06-13 09:01:07 +0200
commitde9333d9b6f87d6f6d13e5ddf1fc65b8fef635e8 (patch)
tree99bbd1c0964665e064e0fccb939ce91274293d91 /include/vcl
parentc2d195447feb4d7f8ab6642a8d05bfb85797eb05 (diff)
loplugin:vclwidgets
Change-Id: I3567c3f9c5fe8374abd81d3f6e9a4a41e6a4c23d
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 7601ac40a772..4eab9dec6b80 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -424,7 +424,7 @@ private:
protected:
OutputDevice();
-protected:
+ virtual ~OutputDevice();
virtual void dispose() override;
public: