summaryrefslogtreecommitdiff
path: root/include/tools/solar.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:26:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:54 +0100
commit1c4f33b5d8ba6a8cebb0235bb2e7e37e33045a5b (patch)
tree80530f50cf36927a1e4f31ad0192077bfb0ecf39 /include/tools/solar.h
parent175e2adfd1677cb83373b0ba47853493f3b77859 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ia5acfb564f913d52cd25b5d64d06b5280b94cb72
Diffstat (limited to 'include/tools/solar.h')
-rw-r--r--include/tools/solar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/solar.h b/include/tools/solar.h
index 4e099c414fa3..e349024fd9d7 100644
--- a/include/tools/solar.h
+++ b/include/tools/solar.h
@@ -33,7 +33,7 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */
// misc. macros to leverage platform and compiler differences
-#define DELETEZ( p ) ( delete p,p = 0 )
+#define DELETEZ( p ) ( delete p,p = NULL )
// solar binary types