summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 813999a794b0..fc9eb56faa6a 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -731,7 +731,7 @@ private:
short get_response(const vcl::Window *pWindow) const;
void create_owned_areas();
- friend class VclBuilder;
+ friend class VclPtr<MessageDialog>;
MessageDialog(vcl::Window* pParent, WinBits nStyle = WB_MOVEABLE | WB_3DLOOK | WB_CLOSEABLE);
public: