summaryrefslogtreecommitdiff
path: root/lotuswordpro
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 /lotuswordpro
parent14060e76e33cfb305c1469fecf7db688bf8a8858 (diff)
loplugin:nullptr: Find some more cases in templates
Change-Id: I1f127d56e40b04f2b4df85c0afbcfd424d68a8cc
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/clone.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/clone.hxx b/lotuswordpro/source/filter/clone.hxx
index bc2f7fb71e84..a6747c005a86 100644
--- a/lotuswordpro/source/filter/clone.hxx
+++ b/lotuswordpro/source/filter/clone.hxx
@@ -23,7 +23,7 @@ struct has_clone
typedef struct { char a[2]; } no;
template<typename U>
- static yes& check_sig(U*, test<U* (U::*)() const, &U::clone>* = 0);
+ static yes& check_sig(U*, test<U* (U::*)() const, &U::clone>* = nullptr);
template<typename U>
static no& check_sig(...);