diff options
-rw-r--r-- | sal/inc/sal/log.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/inc/sal/log.hxx b/sal/inc/sal/log.hxx index cf22519b4423..2e09c29e5aa9 100644 --- a/sal/inc/sal/log.hxx +++ b/sal/inc/sal/log.hxx @@ -131,7 +131,8 @@ inline char const * unwrapStream(StreamIgnore const &) { #define SAL_DETAIL_LOG_STREAM(condition, level, area, where, stream) \ do { \ if (condition) { \ - if (sizeof getResult(::sal::detail::StreamStart() << stream) == 1) \ + if (sizeof ::sal::detail::getResult( \ + ::sal::detail::StreamStart() << stream) == 1) \ { \ ::sal_detail_log( \ (level), (area), (where), \ |