diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 15:10:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 15:26:14 +0300 |
commit | cfb050dfb18e2b8ede912b70a55778beb42458b3 (patch) | |
tree | 33d864730c527f5323816c98124a09ec6193c8bc /sd | |
parent | 00677707d3f7b3775d267f11474a04430c2d2c3e (diff) |
WaE: class has virtual functions, but destructor is not virtual
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx b/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx index 242aa9a9c7e6..58e0f34ff426 100644 --- a/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx +++ b/sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx @@ -55,6 +55,10 @@ public: { } + virtual ~LayerInvalidator ( ) + { + } + virtual void Invalidate (const Rectangle& rInvalidationBox) { mpLayeredDevice->Invalidate(rInvalidationBox, mnLayer); |