summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/Utility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/Utility.cpp')
-rw-r--r--view/sharedcache/core/Utility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/Utility.cpp b/view/sharedcache/core/Utility.cpp
index 591bcba5..9ae2c3b4 100644
--- a/view/sharedcache/core/Utility.cpp
+++ b/view/sharedcache/core/Utility.cpp
@@ -123,7 +123,7 @@ void ApplySymbol(Ref<BinaryView> view, Ref<TypeLibrary> typeLib, Ref<Symbol> sym
if (auto idType = view->GetTypeByName({"id"}))
{
- callTypeParams.emplace_back("obj", idType, true, Variable());
+ callTypeParams.emplace_back("obj", idType, DefaultLocationSource, Variable());
auto funcType = Type::FunctionType(idType, cc, callTypeParams);
func->SetUserType(funcType);
}