summaryrefslogtreecommitdiff
path: root/include/vcl/threadex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/threadex.hxx')
-rw-r--r--include/vcl/threadex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx
index c2aee506758a..8e3fa53231e6 100644
--- a/include/vcl/threadex.hxx
+++ b/include/vcl/threadex.hxx
@@ -45,7 +45,7 @@ namespace vcl
virtual ~SolarThreadExecutor();
virtual long doIt() = 0;
- long execute() { return impl_execute( NULL ); }
+ long execute() { return impl_execute( nullptr ); }
private:
long impl_execute( const TimeValue* _pTimeout );