diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-25 20:27:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-25 20:27:30 +0100 |
commit | fb3ca9626fd143006dbf709a65e56fa55c2dd52f (patch) | |
tree | d934afc2aabd1afb32ecf9a57faccd6798853a68 | |
parent | 4415c9f54d8e723343c90561377ea4b8b4654a8a (diff) |
loplugin:defaultparams
Change-Id: I0aefe45eb06ac9d63fa79c33fd63f120c0258470
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
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(); |