summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-04-12 09:32:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-04-12 09:32:03 (GMT)
commit7e0aeda8a19448b44750f2530864432c964b0374 (patch)
tree97a61f449c3cd2b31dba7908cce7881ee2f0da85 /src/dot.h
parentb69146af8dce22431fc50dc3fcea6c7fd5fb1063 (diff)
downloadDoxygen-7e0aeda8a19448b44750f2530864432c964b0374.zip
Doxygen-7e0aeda8a19448b44750f2530864432c964b0374.tar.gz
Doxygen-7e0aeda8a19448b44750f2530864432c964b0374.tar.bz2
Release-1.3
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.h b/src/dot.h
index ae3ce60..6ad521a 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -152,7 +152,7 @@ class DotClassGraph
class DotInclDepGraph
{
public:
- DotInclDepGraph(FileDef *fd,int maxRecusionDepth,bool inverse=FALSE);
+ DotInclDepGraph(FileDef *fd,int maxRecusionDepth,bool inverse);
~DotInclDepGraph();
QCString writeGraph(QTextStream &t, GraphOutputFormat f,const char *path,
bool writeImageMap=TRUE);