summaryrefslogtreecommitdiff
path: root/cpp/src/slice2swift/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2swift/Gen.cpp')
-rw-r--r--cpp/src/slice2swift/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2swift/Gen.cpp b/cpp/src/slice2swift/Gen.cpp
index a55c58a810c..e71c8ac7b83 100644
--- a/cpp/src/slice2swift/Gen.cpp
+++ b/cpp/src/slice2swift/Gen.cpp
@@ -1993,7 +1993,7 @@ Gen::LocalObjectVisitor::visitOperation(const OperationPtr& p)
ParamDeclPtr param = *i;
if(param->name() == "returnValue")
{
- returnValueS = "returnValue_";
+ returnValueS = "_returnValue";
break;
}
}