diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/osx/saldata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/saldata.hxx b/vcl/inc/osx/saldata.hxx index 413754b92839..86667acbe1cd 100644 --- a/vcl/inc/osx/saldata.hxx +++ b/vcl/inc/osx/saldata.hxx @@ -59,7 +59,7 @@ struct FrameHash : public boost::hash<sal_IntPtr> { return boost::hash<sal_IntPtr>::operator()( reinterpret_cast<const sal_IntPtr>(frame) ); } }; -#define INVALID_CURSOR_PTR (NSCursor*)0xdeadbeef +#define INVALID_CURSOR_PTR reinterpret_cast<NSCursor*>(0xdeadbeef) // Singleton, instantiated from Application::Application() in // vcl/source/app/svapp.cxx through InitSalData(). |