summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index b7dcee4dd184..d016f55b4007 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -31,7 +31,7 @@ class GfxLink;
struct ImpSwapFile;
class GraphicConversionParameters;
-class ImpGraphic
+class ImpGraphic final
{
friend class Graphic;
@@ -62,7 +62,7 @@ private:
ImpGraphic( const Animation& rAnimation );
ImpGraphic( const GDIMetaFile& rMtf );
public:
- virtual ~ImpGraphic();
+ ~ImpGraphic();
private:
ImpGraphic& operator=( const ImpGraphic& rImpGraphic );