summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-12-14 11:33:37 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-12-14 11:33:37 (GMT)
commit17338710275948c23e0f0b312d004b84976f68bc (patch)
tree0a163bfcbcbf134cfecf101076d3b5be748ac8f6 /src/dot.h
parentca2e7ae50604cfdf9c0661b5be4264d1df9176f3 (diff)
downloadDoxygen-17338710275948c23e0f0b312d004b84976f68bc.zip
Doxygen-17338710275948c23e0f0b312d004b84976f68bc.tar.gz
Doxygen-17338710275948c23e0f0b312d004b84976f68bc.tar.bz2
Bug 793076 - Segmentation fault when generating graphical class hierarchy
Prevent endless loop during renumbering
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dot.h b/src/dot.h
index 20a1f29..dc77789 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -122,6 +122,7 @@ class DotNode
bool m_visible; //!< is the node visible in the output
TruncState m_truncated; //!< does the node have non-visible children/parents
int m_distance; //!< shortest path to the root node
+ bool m_renumbered;//!< indicates if the node has been renumbered (to prevent endless loops)
friend class DotGfxHierarchyTable;
friend class DotClassGraph;