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 c12aad10453..ca30448b6fa 100644
--- a/cpp/src/slice2swift/Gen.cpp
+++ b/cpp/src/slice2swift/Gen.cpp
@@ -1772,9 +1772,9 @@ Gen::LocalObjectVisitor::visitOperation(const OperationPtr& p)
<< typeToString(type, p, param->getMetaData(), param->optional(), typeCtx);
out << s.str();
}
- out << "sent: ((Swift.Bool) -> Swift.Void)?";
out << "sentOn: Dispatch.DispatchQueue?";
out << "sentFlags: Dispatch.DispatchWorkItemFlags?";
+ out << "sent: ((Swift.Bool) -> Swift.Void)?";
out << epar;
out << " -> ";