diff options
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index 352049c..d8a17c7 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -1927,11 +1927,11 @@ static bool PreProcessFile(QDir &d,QCString &infName, QTextStream &t, bool bIncl return TRUE; } -void RTFGenerator::startCollaborationDiagram() +void RTFGenerator::startDotGraph() { } -void RTFGenerator::endCollaborationDiagram(DotGfxUsageGraph &g) +void RTFGenerator::endDotGraph(DotClassGraph &g) { newParagraph(); t <<"{\\comment This would be an image map..." << endl; |