diff options
Diffstat (limited to 'cpp/src/slice2html/Gen.h')
-rw-r--r-- | cpp/src/slice2html/Gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Gen.h b/cpp/src/slice2html/Gen.h index 665f08a08f5..fcdbc63bba4 100644 --- a/cpp/src/slice2html/Gen.h +++ b/cpp/src/slice2html/Gen.h @@ -36,6 +36,8 @@ public: static void warnSummary(int); static void setSymbols(const ContainedList&); + void closeStream(); + protected: GeneratorBase(::IceUtilInternal::XMLOutput&, const Files&); |