summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-30 18:59:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-30 18:59:54 +0200
commitd2f9f27774ec138c9f66c55f582a123d8ebd19ff (patch)
treeb984aa02aab3813d2a9c0ede9ad1e5d0fdf7fdb1 /include/rtl
parent14060e76e33cfb305c1469fecf7db688bf8a8858 (diff)
loplugin:nullptr: Find some more cases in templates
Change-Id: I1f127d56e40b04f2b4df85c0afbcfd424d68a8cc
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/ref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ref.hxx b/include/rtl/ref.hxx
index ea219cdae77b..685b7f2d2a2c 100644
--- a/include/rtl/ref.hxx
+++ b/include/rtl/ref.hxx
@@ -43,7 +43,7 @@ public:
/** Constructor...
*/
inline Reference()
- : m_pBody (0)
+ : m_pBody (NULL)
{}