diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-06-16 10:33:55 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-06-16 10:33:55 -0400 |
commit | 30fb2e0a6149d6607cc1e89e7d8013c273bd29fd (patch) | |
tree | 3799f140e7095dd1a8164a2d130ecda574d3aba6 /cpp/src/slice2cpp/Gen.h | |
parent | Update cpp/test/IceGrid/admin/run.py print statement (diff) | |
download | ice-30fb2e0a6149d6607cc1e89e7d8013c273bd29fd.tar.bz2 ice-30fb2e0a6149d6607cc1e89e7d8013c273bd29fd.tar.xz ice-30fb2e0a6149d6607cc1e89e7d8013c273bd29fd.zip |
C++11 AMI custom mapping support
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index e1d00e60976..114f13781c0 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -369,7 +369,7 @@ private: { public: - Cpp11TypesVisitor(::IceUtilInternal::Output&, ::IceUtilInternal::Output&, const std::string&, int = 0); + Cpp11TypesVisitor(::IceUtilInternal::Output&, ::IceUtilInternal::Output&, const std::string&); virtual bool visitModuleStart(const ModulePtr&); virtual void visitModuleEnd(const ModulePtr&); |