diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h index 43da3f9..d628358 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -227,6 +227,8 @@ class ManGenerator : public OutputGenerator void endDotGraph(DotClassGraph &) {} void startInclDepGraph() {} void endInclDepGraph(DotInclDepGraph &) {} + void startCallGraph() {} + void endCallGraph(DotCallGraph &) {} void writeGraphicalHierarchy(DotGfxHierarchyTable &) {} void startTextBlock(bool) {} |