diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-28 20:55:22 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-28 20:55:22 (GMT) |
commit | 3b8b2e1a4b846a5c1b87f4a8ddc837462709895a (patch) | |
tree | 9c8ef996b5dc011c80832bb5985c0385882497c8 /src/vhdldocgen.h | |
parent | 8b13ee363b6feccde5ab24c673a2861d6f883b96 (diff) | |
download | Doxygen-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.h | 2 |
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(); |