Skip to content

Commit 87bff92

Browse files
authored
Update CppInterOp.cpp
1 parent 5264f0e commit 87bff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CppInterOp/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ bool GetClassTemplatedMethods(const std::string& name, TCppScope_t parent,
11111111
return false;
11121112

11131113
// Distinct match, single Decl
1114-
else if (R.getResultKind() == clang_LookupResult_Found {
1114+
else if (R.getResultKind() == clang_LookupResult_Found ) {
11151115
if (IsTemplatedFunction(R.getFoundDecl()))
11161116
funcs.push_back(R.getFoundDecl());
11171117
}

0 commit comments

Comments
 (0)