diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 19:48:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 19:48:12 +0200 |
commit | 5a18ed5e4d8cf0192e62e56eb6481353d74c4a84 (patch) | |
tree | f5894efdee47be29ef314663f6389328a7653c04 /vcl | |
parent | 08960441558743f222280637985690bb8b41b861 (diff) |
loplugin:nullptr
Change-Id: I35e2ee930d29cc8547a0fcf39d199727d7815748
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/osx/salframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h index d2593d95abda..81e1614a7cdf 100644 --- a/vcl/inc/osx/salframe.h +++ b/vcl/inc/osx/salframe.h @@ -161,7 +161,7 @@ public: void UpdateFrameGeometry(); // trigger painting of the window - void SendPaintEvent( const Rectangle* pRect = NULL ); + void SendPaintEvent( const Rectangle* pRect = nullptr ); static bool isAlive( const AquaSalFrame* pFrame ) { return GetSalData()->maFrameCheck.find( pFrame ) != GetSalData()->maFrameCheck.end(); } |