diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-12 15:29:18 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 22:21:04 +0100 |
commit | 125895c355ebc9f60e792cdfffdf790c10c950cc (patch) | |
tree | 5a8882d7a10b512b6c6d6c7e3752b24426aefdf1 /vcl/inc/window.h | |
parent | f7811b53c95410b8f1aa65b93b65701fd427a64f (diff) |
vcl:fixes towards unit test happiness
Change-Id: Ic0a3075c7616f604b93228dff149931cf25a5ed8
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 78d3321ec4c2..4eb3c6b1e39e 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -35,6 +35,7 @@ #include <vcl/timer.hxx> #include <vcl/idle.hxx> #include <vcl/vclevent.hxx> +#include <vcl/vclptr.hxx> #include <vector> struct SalPaintEvent; @@ -214,7 +215,7 @@ public: SalObject* mpSysObj; vcl::Window* mpFrameWindow; vcl::Window* mpOverlapWindow; - vcl::Window* mpBorderWindow; + VclPtr<vcl::Window> mpBorderWindow; vcl::Window* mpClientWindow; vcl::Window* mpParent; vcl::Window* mpRealParent; |