summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/graphic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/graphic.hxx')
-rw-r--r--svtools/source/graphic/graphic.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/source/graphic/graphic.hxx b/svtools/source/graphic/graphic.hxx
index 475db8170aa1..ee34096bd063 100644
--- a/svtools/source/graphic/graphic.hxx
+++ b/svtools/source/graphic/graphic.hxx
@@ -28,6 +28,8 @@
#include "descriptor.hxx"
#include "transformer.hxx"
+#include <vcl/graph.hxx>
+
namespace unographic {
class Graphic : public css::graphic::XGraphic,
@@ -78,7 +80,7 @@ protected:
private:
- ::Graphic* mpGraphic;
+ ::Graphic maGraphic;
};
}