diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-04-02 16:21:29 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-04-02 16:21:29 -0400 |
commit | 4f9d0237e81ee7a4e375afcac74d324a584d6e72 (patch) | |
tree | 8d3c907f9c56a2d15b6d6ed225c517817d38d227 /cpp/src/slice2html/Gen.h | |
parent | bug 2944 - VC9 build failure in VB project helloIceBoxS (diff) | |
download | ice-4f9d0237e81ee7a4e375afcac74d324a584d6e72.tar.bz2 ice-4f9d0237e81ee7a4e375afcac74d324a584d6e72.tar.xz ice-4f9d0237e81ee7a4e375afcac74d324a584d6e72.zip |
Fixed bug #2934
Diffstat (limited to 'cpp/src/slice2html/Gen.h')
-rw-r--r-- | cpp/src/slice2html/Gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Gen.h b/cpp/src/slice2html/Gen.h index 362c612d335..3709c515495 100644 --- a/cpp/src/slice2html/Gen.h +++ b/cpp/src/slice2html/Gen.h @@ -114,6 +114,7 @@ public: private: + using GeneratorBase::printHeaderFooter; void printHeaderFooter(); typedef ::std::pair< ::std::string, ::std::string> StringPair; |