summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h
index 00375c2..c68ec5c 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -197,8 +197,8 @@ class ManGenerator : public OutputGenerator
void startDescTableData() { }
void endDescTableData() {}
- void startCollaborationDiagram() {}
- void endCollaborationDiagram(DotGfxUsageGraph &) {}
+ void startDotGraph() {}
+ void endDotGraph(DotClassGraph &) {}
void startInclDepGraph() {}
void endInclDepGraph(DotInclDepGraph &) {}
void writeGraphicalHierarchy(DotGfxHierarchyTable &) {}