summaryrefslogtreecommitdiff
path: root/include/vcl/seleng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/seleng.hxx')
-rw-r--r--include/vcl/seleng.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx
index cbfd9c3a0970..781527157607 100644
--- a/include/vcl/seleng.hxx
+++ b/include/vcl/seleng.hxx
@@ -83,7 +83,7 @@ class VCL_DLLPUBLIC SelectionEngine
{
private:
FunctionSet* pFunctionSet;
- vcl::Window* pWin;
+ VclPtr<vcl::Window> pWin;
Rectangle aArea;
Timer aWTimer; // generate fake mouse moves
MouseEvent aLastMove;