diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/salhelper/dynload.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx index e157c016fef6..6284ecb2bb23 100644 --- a/include/salhelper/dynload.hxx +++ b/include/salhelper/dynload.hxx @@ -148,7 +148,7 @@ public: { if( m_pLoader ) if (m_pLoader->release()==0) - m_pStaticLoader = nullptr; + m_pStaticLoader = NULL; } /// Assign operator |