summaryrefslogtreecommitdiff
path: root/framework/inc/classes/imagewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/imagewrapper.hxx')
-rw-r--r--framework/inc/classes/imagewrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/imagewrapper.hxx b/framework/inc/classes/imagewrapper.hxx
index 964907c17d96..41b75fcd93ec 100644
--- a/framework/inc/classes/imagewrapper.hxx
+++ b/framework/inc/classes/imagewrapper.hxx
@@ -36,7 +36,7 @@ class FWE_DLLPUBLIC ImageWrapper :
{
public:
ImageWrapper( const Image& aImage );
- virtual ~ImageWrapper();
+ virtual ~ImageWrapper() override;
const Image& GetImage() const
{