diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-01 09:31:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-01 15:28:26 +0200 |
commit | 8c99b935dbe8606e7c37bf7339c1fa906263db9a (patch) | |
tree | dcfe6fe6799c7b6201e14f424dea7559973908e0 /vcl/ios/source/gdi | |
parent | fa4a1717b389dc565b4ee2e17a7d603ee6b4f1f5 (diff) |
WaE: is abstract but has non-virtual destructor
Diffstat (limited to 'vcl/ios/source/gdi')
-rw-r--r-- | vcl/ios/source/gdi/salbmp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/ios/source/gdi/salbmp.cxx b/vcl/ios/source/gdi/salbmp.cxx index 5a7b1450079d..55067d78071b 100644 --- a/vcl/ios/source/gdi/salbmp.cxx +++ b/vcl/ios/source/gdi/salbmp.cxx @@ -292,6 +292,7 @@ class ImplPixelFormat protected: sal_uInt8* pData; public: + virtual ~ImplPixelFormat() { } static ImplPixelFormat* GetFormat( sal_uInt16 nBits, const BitmapPalette& rPalette ); virtual void StartLine( sal_uInt8* pLine ) { pData = pLine; } |