summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-25 20:27:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-10-25 20:27:30 +0100
commitfb3ca9626fd143006dbf709a65e56fa55c2dd52f (patch)
treed934afc2aabd1afb32ecf9a57faccd6798853a68 /vcl/osx
parent4415c9f54d8e723343c90561377ea4b8b4654a8a (diff)
loplugin:defaultparams
Change-Id: I0aefe45eb06ac9d63fa79c33fd63f120c0258470
Diffstat (limited to 'vcl/osx')
-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();