summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.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/vhdldocgen.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/vhdldocgen.h')
-rw-r--r--src/vhdldocgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h
index 36d97a7..bd190ca 100644
--- a/src/vhdldocgen.h
+++ b/src/vhdldocgen.h
@@ -315,7 +315,7 @@ class FlowChart
static void delFlowList();
static const char* getNodeType(int c);
- static void addFlowChart(int type,const char* text,const char* exp,const char * label=NULL);
+ static void addFlowChart(int type,const char* text,const char* exp,const char * label=0);
static void moveToPrevLevel();
static int getTimeStamp();
static void writeFlowChart();