diff options
Diffstat (limited to 'vcl/osx/clipboard.hxx')
-rw-r--r-- | vcl/osx/clipboard.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/clipboard.hxx b/vcl/osx/clipboard.hxx index ee769ad5b8dc..5e0edecbe8a3 100644 --- a/vcl/osx/clipboard.hxx +++ b/vcl/osx/clipboard.hxx @@ -80,7 +80,7 @@ public: system clipboard will be created (bUseSystemClipboard == true) or if the DragPasteboard if bUseSystemClipboard == false */ - AquaClipboard(NSPasteboard* pasteboard = NULL, + AquaClipboard(NSPasteboard* pasteboard = nullptr, bool bUseSystemClipboard = true); virtual ~AquaClipboard(); |