summaryrefslogtreecommitdiffstats
path: root/src/outputlist.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/outputlist.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/outputlist.h')
-rw-r--r--src/outputlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index c4ec3e4..5cec439 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -112,7 +112,7 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::endTitle); }
//void newParagraph()
//{ forall(&OutputGenerator::newParagraph); }
- void startParagraph(const char *classDef = NULL)
+ void startParagraph(const char *classDef=0)
{ forall(&OutputGenerator::startParagraph,classDef); }
void endParagraph()
{ forall(&OutputGenerator::endParagraph); }