summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-22 17:35:01 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:08 +0100
commit94e9094c92ae29b35697ca222eef5925bd2bc901 (patch)
tree0adf71e7526dd4b14fd3ff6259812f16d9aaad6d /vcl/inc/unx
parentc086fe6963be5a8b3b191c924fda7143f2796d7f (diff)
forgot to populate the Impl
Change-Id: Ic7b49a06f5e4576c29b74d86e4025e21a01dc53d
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/salgdi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h
index 55048741cc8b..73ca07b7413e 100644
--- a/vcl/inc/unx/salgdi.h
+++ b/vcl/inc/unx/salgdi.h
@@ -32,6 +32,8 @@
#include "sallayout.hxx"
#include "vclpluginapi.h"
+#include <boost/scoped_ptr.hpp>
+
#include <deque>
class ImplFontMetricData;
@@ -91,7 +93,7 @@ class VCLPLUG_GEN_PUBLIC X11SalGraphics : public SalGraphics
friend class X11SalGraphicsImpl;
private:
- SalGraphicsImpl* mpImpl;
+ boost::scoped_ptr<SalGraphicsImpl> mpImpl;
protected:
SalFrame* m_pFrame; // the SalFrame which created this Graphics or NULL