summaryrefslogtreecommitdiff
path: root/vcl/inc/brdwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r--vcl/inc/brdwin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx
index fc9f04b8d686..fe1361fc84b8 100644
--- a/vcl/inc/brdwin.hxx
+++ b/vcl/inc/brdwin.hxx
@@ -83,7 +83,7 @@ class ImplBorderWindow : public vcl::Window
private:
ImplBorderWindowView* mpBorderView;
- vcl::Window* mpMenuBarWindow;
+ VclPtr<vcl::Window> mpMenuBarWindow;
long mnMinWidth;
long mnMinHeight;
long mnMaxWidth;
@@ -174,7 +174,7 @@ public:
struct ImplBorderFrameData
{
- ImplBorderWindow* mpBorderWindow;
+ VclPtr<ImplBorderWindow> mpBorderWindow;
OutputDevice* mpOutDev;
Rectangle maTitleRect;
Rectangle maPinRect;
@@ -253,7 +253,7 @@ public:
class ImplSmallBorderWindowView : public ImplBorderWindowView
{
- ImplBorderWindow* mpBorderWindow;
+ VclPtr<ImplBorderWindow> mpBorderWindow;
OutputDevice* mpOutDev;
long mnWidth;
long mnHeight;