diff options
author | Michi Henning <michi@zeroc.com> | 2009-04-05 09:41:55 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-04-05 09:41:55 +1000 |
commit | 12d664c993e0abe5d9c7bdf9a1cab0138964233d (patch) | |
tree | 7b71e488cc5e0f3f40cc7f262b58d624587ee573 /cpp/src/slice2html/Gen.h | |
parent | Bug 3939 - Can't compile Ice for Java on OS X (diff) | |
download | ice-12d664c993e0abe5d9c7bdf9a1cab0138964233d.tar.bz2 ice-12d664c993e0abe5d9c7bdf9a1cab0138964233d.tar.xz ice-12d664c993e0abe5d9c7bdf9a1cab0138964233d.zip |
Bug 3948 - Bad link with slice2html
Diffstat (limited to 'cpp/src/slice2html/Gen.h')
-rw-r--r-- | cpp/src/slice2html/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.h b/cpp/src/slice2html/Gen.h index 776035b96bf..cacdd581a4b 100644 --- a/cpp/src/slice2html/Gen.h +++ b/cpp/src/slice2html/Gen.h @@ -52,7 +52,7 @@ protected: void printComment(const ContainedPtr&, const ContainerPtr&, const ::std::string&, bool = false); void printMetaData(const ContainedPtr&); - void printSummary(const ContainedPtr&, const ContainerPtr&, bool); + void printSummary(const ContainedPtr&, const ContainerPtr&, bool, bool); void printHeaderFooter(const ContainedPtr&); void printSearch(); |