summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/implrenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/inc/implrenderer.hxx')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx
index addcdc2f15b1..79a2967f88d6 100644
--- a/cppcanvas/source/inc/implrenderer.hxx
+++ b/cppcanvas/source/inc/implrenderer.hxx
@@ -54,9 +54,13 @@ namespace cppcanvas
{
struct OutDevState;
struct ActionFactoryParameters;
- struct EMFPObject;
struct XForm;
+ struct EMFPObject
+ {
+ virtual ~EMFPObject() {}
+ };
+
// state stack of OutputDevice, to correctly handle
// push/pop actions
class VectorOfOutDevStates