Replace setLet with setSpecifier

This commit is contained in:
Robert Widmann
2017-07-05 14:09:23 -07:00
parent 4da853e7cb
commit f11779572c
5 changed files with 13 additions and 19 deletions

View File

@@ -304,8 +304,8 @@ static FuncDecl *createMaterializeForSetPrototype(AbstractStorageDecl *storage,
ctx.TheRawPointerType,
VarDecl::Specifier::Owned),
buildArgument(loc, DC, "callbackStorage",
ctx.TheUnsafeValueBufferType,
ctx.TheUnsafeValueBufferType,
InOutType::get(ctx.TheUnsafeValueBufferType),
InOutType::get(ctx.TheUnsafeValueBufferType),
VarDecl::Specifier::InOut)
};
params.push_back(buildIndexForwardingParamList(storage, bufferElements));