vcl/osx/salframeview.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f8b4c068ec4c26ec26f6c95589b0d7d6901d627
Author: Noel Grandin <n...@peralex.com>
Date:   Tue Sep 23 13:24:11 2014 +0200

    fix OSX build
    
    after my commit 827c46e "fdo#82577: Handle Window"
    
    Change-Id: I945849d7b95988162785eea6831da0f761514bb4

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 57d251f..bd937db 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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to