diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-10-04 14:22:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-10-04 14:24:06 +0300 |
commit | a2a883c1447f5694db1db098d895f865284cc1ae (patch) | |
tree | 7aac0ae3581a303e6c1b95b4beaa7213ea5fcd82 /vcl/aqua | |
parent | fadb5d1dcd78f5ceb79863381d52964c3f054434 (diff) |
Fix build against the 10.4 SDK
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/window/salframeview.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/window/salframeview.mm b/vcl/aqua/source/window/salframeview.mm index 6f451f57f33e..ae12b85bff71 100644 --- a/vcl/aqua/source/window/salframeview.mm +++ b/vcl/aqua/source/window/salframeview.mm @@ -1597,7 +1597,7 @@ private: return 0; } -#if defined(MAC_OS_X_VERSION_10_5) +#if defined (NSFoundationVersionNumber10_5) /* SDK 10.5 or greater, even if MAC_OS_X_VERSION_MAX_ALLOWED might be less than 10.5 */ - (NSInteger)conversationIdentifier #else |