diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-07-28 20:14:48 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-07-28 20:14:48 (GMT) |
commit | 9c8ea2e90bb38ba21675799fe364fc7a546b020c (patch) | |
tree | eb4c65d3676c6ecd00dc532bcb6420f9eb71aa32 /src/dot.h | |
parent | a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9 (diff) | |
download | Doxygen-9c8ea2e90bb38ba21675799fe364fc7a546b020c.zip Doxygen-9c8ea2e90bb38ba21675799fe364fc7a546b020c.tar.gz Doxygen-9c8ea2e90bb38ba21675799fe364fc7a546b020c.tar.bz2 |
Release-1.2.17-20020728
Diffstat (limited to 'src/dot.h')
-rw-r--r-- | src/dot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ class DotNode ); void setDistance(int distance); void addParent(DotNode *n); - void deleteNode(DotNodeList &deletedList,SIntDict<DotNode> *skipNodes=0); + void deleteNode(DotNodeList &deletedList,SDict<DotNode> *skipNodes=0); void removeChild(DotNode *n); void removeParent(DotNode *n); void write(QTextStream &t,GraphOutputFormat f,bool topDown,bool toChildren, |