diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-06 08:36:07 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-06 08:36:07 +0100 |
commit | e973fcc802ee8b0a248e309d408792f17865702a (patch) | |
tree | 2f11d2964cd7247d86427f791d061401aaf09a61 /cpp/src/slice2cpp/Gen.cpp | |
parent | IceGrid/icebox demo README minor fix (diff) | |
download | ice-e973fcc802ee8b0a248e309d408792f17865702a.tar.bz2 ice-e973fcc802ee8b0a248e309d408792f17865702a.tar.xz ice-e973fcc802ee8b0a248e309d408792f17865702a.zip |
Finished fixing ICE-5180: Surface WinRT support
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 45655b3d35b..d0b339a0d6b 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -4918,9 +4918,7 @@ Slice::Gen::AsyncCallbackVisitor::visitOperation(const OperationPtr& p) H << nl << "typedef ::IceUtil::Handle< " << delName << "_Base> " << delName << "Ptr;"; } -Slice::Gen::AsyncCallbackTemplateVisitor::AsyncCallbackTemplateVisitor(Output& h, - Output&, - const string& dllExport) +Slice::Gen::AsyncCallbackTemplateVisitor::AsyncCallbackTemplateVisitor(Output& h, Output&, const string& dllExport) : H(h), _dllExport(dllExport), _useWstring(false) { } |