summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index d66f7bc..8945723 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -211,8 +211,8 @@ class LatexGenerator : public OutputGenerator
//static void docifyStatic(QTextStream &t,const char *str);
- void startCollaborationDiagram() {}
- void endCollaborationDiagram(DotGfxUsageGraph &) {}
+ void startDotGraph() {}
+ void endDotGraph(DotClassGraph &) {}
void startInclDepGraph() {}
void endInclDepGraph(DotInclDepGraph &) {}
void writeGraphicalHierarchy(DotGfxHierarchyTable &) {}