diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-09-02 00:20:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-02 01:08:55 +0200 |
commit | 1ba10b7b307ffdb098049c303719da4aa6752502 (patch) | |
tree | 68736aa4fabed4785fe95ce2cc1bd33386f73f65 /vcl | |
parent | dee6c7ca318b310996ecc997cd64be026c0f76d2 (diff) |
fix build
Change-Id: I13c67763ec3cb940292199f3e9e0f3942446959f
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/salobj.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/osx/salobj.cxx b/vcl/osx/salobj.cxx index 8cccd1be4af6..816eaf10e9bb 100644 --- a/vcl/osx/salobj.cxx +++ b/vcl/osx/salobj.cxx @@ -87,8 +87,7 @@ AquaSalObject::AquaSalObject( AquaSalFrame* pFrame, SystemWindowData* pWindowDat { maSysData.mpNSView = [[NSView alloc] initWithFrame: aInitFrame]; } - - if( maSysData.mpNSView ) + if( maSysData.mpNSView ) { if( mpClipView ) [mpClipView setDocumentView: maSysData.mpNSView]; |