diff options
Diffstat (limited to 'include/svx/svdobj.hxx')
-rw-r--r-- | include/svx/svdobj.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index ec29c0019c6d..c5988e7dc05e 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -228,7 +228,8 @@ class SVX_DLLPUBLIC SdrObjGeoData public: Rectangle aBoundRect; Point aAnchor; - SdrGluePointList* pGPL; + std::unique_ptr<SdrGluePointList> + pGPL; bool bMovProt; bool bSizProt; bool bNoPrint; |