summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/shdwcrsr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/shdwcrsr.hxx')
-rw-r--r--sw/source/uibase/inc/shdwcrsr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/shdwcrsr.hxx b/sw/source/uibase/inc/shdwcrsr.hxx
index 631fde3d7f5b..dcb38480dd16 100644
--- a/sw/source/uibase/inc/shdwcrsr.hxx
+++ b/sw/source/uibase/inc/shdwcrsr.hxx
@@ -27,7 +27,7 @@ namespace vcl { class Window; }
class SwShadowCursor
{
- vcl::Window* pWin;
+ VclPtr<vcl::Window> pWin;
Color aCol;
Point aOldPt;
long nOldHeight;