summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r--vcl/osx/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index bee5024731a8..0ae4ff62946a 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -93,7 +93,7 @@ class AquaDelayedSettingsChanged : public Idle
it != pSalData->maFrames.end(); ++it )
{
if( (*it)->mbShown )
- (*it)->SendPaintEvent( NULL );
+ (*it)->SendPaintEvent();
}
}
Stop();