diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-07-25 12:37:34 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-07-25 12:37:34 (GMT) |
commit | 16a0bd88cfa8d3134b9b8dcae52652801595338c (patch) | |
tree | 5648b4ab8fb4ca6051647d47c3e8cf8d621e8782 /src/latexdocvisitor.h | |
parent | aee36e26c595fa69c0bdbba3c470ba8b7b153dac (diff) | |
download | Doxygen-16a0bd88cfa8d3134b9b8dcae52652801595338c.zip Doxygen-16a0bd88cfa8d3134b9b8dcae52652801595338c.tar.gz Doxygen-16a0bd88cfa8d3134b9b8dcae52652801595338c.tar.bz2 |
Release-1.3.3
Diffstat (limited to 'src/latexdocvisitor.h')
-rw-r--r-- | src/latexdocvisitor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/latexdocvisitor.h b/src/latexdocvisitor.h index f0a8204..0b168d5 100644 --- a/src/latexdocvisitor.h +++ b/src/latexdocvisitor.h @@ -135,7 +135,8 @@ class LatexDocVisitor : public DocVisitor void filter(const char *str); void startLink(const QString &ref,const QString &file, const QString &anchor); - void endLink(); + void endLink(const QString &ref,const QString &file, + const QString &anchor); QString escapeMakeIndexChars(const char *s); void pushEnabled(); |