summaryrefslogtreecommitdiffstats
path: root/src/outputgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-11-28 20:55:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-11-28 20:55:22 (GMT)
commit3b8b2e1a4b846a5c1b87f4a8ddc837462709895a (patch)
tree9c8ef996b5dc011c80832bb5985c0385882497c8 /src/outputgen.h
parent8b13ee363b6feccde5ab24c673a2861d6f883b96 (diff)
downloadDoxygen-3b8b2e1a4b846a5c1b87f4a8ddc837462709895a.zip
Doxygen-3b8b2e1a4b846a5c1b87f4a8ddc837462709895a.tar.gz
Doxygen-3b8b2e1a4b846a5c1b87f4a8ddc837462709895a.tar.bz2
Cleanup: removed redundant =NULL from interfaces, or replaced by =0 where it was needed.
Diffstat (limited to 'src/outputgen.h')
-rw-r--r--src/outputgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputgen.h b/src/outputgen.h
index a7da269..7e28bac 100644
--- a/src/outputgen.h
+++ b/src/outputgen.h
@@ -188,7 +188,7 @@ class BaseOutputDocInterface : public CodeOutputInterface
//virtual void newParagraph() = 0;
/*! Starts a new paragraph */
- virtual void startParagraph(const char *classDef = NULL) = 0;
+ virtual void startParagraph(const char *classDef) = 0;
/*! Ends a paragraph */
virtual void endParagraph() = 0;