diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-13 09:01:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-13 09:01:07 +0200 |
commit | de9333d9b6f87d6f6d13e5ddf1fc65b8fef635e8 (patch) | |
tree | 99bbd1c0964665e064e0fccb939ce91274293d91 /include/vcl | |
parent | c2d195447feb4d7f8ab6642a8d05bfb85797eb05 (diff) |
loplugin:vclwidgets
Change-Id: I3567c3f9c5fe8374abd81d3f6e9a4a41e6a4c23d
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
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: |