diff options
Diffstat (limited to 'src/latexgen.h')
-rw-r--r-- | src/latexgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h index 237e4f0..992ba9d 100644 --- a/src/latexgen.h +++ b/src/latexgen.h @@ -184,6 +184,8 @@ class LatexGenerator : public OutputGenerator void startInclDepGraph(); void endInclDepGraph(DotInclDepGraph &); void startCallGraph(); + void startGroupCollaboration(); + void endGroupCollaboration(DotGroupCollaboration &g); void endCallGraph(DotCallGraph &); void startDirDepGraph(); void endDirDepGraph(DotDirDeps &g); |