From 69e99559db0bd9cfa076b65360af21c0ab417a12 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 9 Jun 2016 22:32:22 -0400 Subject: Renamed C++11 AMI/AMD suffix: _async to Async --- cpp/src/slice2cpp/Gen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.h') diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 114f13781c0..e1d00e60976 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&); + Cpp11TypesVisitor(::IceUtilInternal::Output&, ::IceUtilInternal::Output&, const std::string&, int = 0); virtual bool visitModuleStart(const ModulePtr&); virtual void visitModuleEnd(const ModulePtr&); -- cgit v1.2.3