summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-23 13:24:11 +0200
committerNoel Grandin <noel@peralex.com>2014-09-23 13:24:11 +0200
commit6f8b4c068ec4c26ec26f6c95589b0d7d6901d627 (patch)
tree70d8db521490eccd4fe470eea250fa2f6e9f728b /vcl/osx
parent827c46e7d75000cb03b0ce21759f9d0825f0c096 (diff)
fix OSX build
after my commit 827c46e "fdo#82577: Handle Window" Change-Id: I945849d7b95988162785eea6831da0f761514bb4
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salframeview.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 57d251fd2f9a..bd937dbcdaf8 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -1782,7 +1782,7 @@ private:
{
if ( mpReferenceWrapper == nil ) {
// some frames never become visible ..
- Window *pWindow = mpFrame -> GetWindow();
+ ::vcl::Window *pWindow = mpFrame -> GetWindow();
if ( ! pWindow )
return nil;