diff libinterp/corefcn/profiler.h @ 17898:8c33abdd2f9a

maint: Avoid using NULL in C++ code. * qtinfo/parser.cc, profiler.cc, profiler.h, txt-eng-ft.cc, __init_fltk__.cc, ov-fcn-handle.cc, ov-java.cc, mkoctfile.in.cc: Avoid using NULL in C++ code.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Nov 2013 01:49:57 -0500
parents d63878346099
children 91cd85a75705
line wrap: on
line diff
--- a/libinterp/corefcn/profiler.h	Sun Nov 10 21:10:41 2013 +0100
+++ b/libinterp/corefcn/profiler.h	Mon Nov 11 01:49:57 2013 -0500
@@ -118,7 +118,7 @@
     // Get the hierarchical profile for this node and its children.  If total
     // is set, accumulate total time of the subtree in that variable as
     // additional return value.
-    octave_value get_hierarchical (double* total = NULL) const;
+    octave_value get_hierarchical (double* total = 0) const;
 
   private: