summaryrefslogtreecommitdiff
path: root/include/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-13 15:39:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-13 15:39:34 +0100
commit97ce93ec6481fc6d90eb6fc11b5fcc8c448f92ed (patch)
tree4c6d6b6194ce8026fb2b457d8fbbe0bf023b59e0 /include/sal
parent5a137c4a3da04d079c236984f72cff8701abdf8a (diff)
loplugin:nullptr
Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/log.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/log.hxx b/include/sal/log.hxx
index 563ed57a2c6d..aefcdd1f7f5f 100644
--- a/include/sal/log.hxx
+++ b/include/sal/log.hxx
@@ -314,7 +314,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) {
*/
#define SAL_DEBUG(stream) \
SAL_DETAIL_LOG_STREAM( \
- SAL_LOG_TRUE, ::SAL_DETAIL_LOG_LEVEL_DEBUG, 0, 0, stream)
+ SAL_LOG_TRUE, ::SAL_DETAIL_LOG_LEVEL_DEBUG, NULL, NULL, stream)
#endif