summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dot.h b/src/dot.h
index a70f561..4bb218f 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -30,6 +30,7 @@ class QTextStream;
class DotNodeList;
class ClassSDict;
class MemberDef;
+class Definition;
enum GraphOutputFormat { BITMAP , EPS };
@@ -197,6 +198,7 @@ class DotCallGraph
int m_maxDistance;
int m_recDepth;
QCString m_diskName;
+ Definition * m_scope;
};
void generateGraphLegend(const char *path);