Skip to content

Commit 01f0e12

Browse files
committed
Fix interface's type kind
1 parent a5a21bf commit 01f0e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ namespace Cpp {
202202

203203
/// Gets the name of any named decl (a class,
204204
/// namespace, variable, or a function).
205-
std::string GetName(TCppType_t klass);
205+
std::string GetName(TCppScope_t klass);
206206

207207
/// This is similar to GetName() function, but besides
208208
/// the name, it also gets the template arguments.

0 commit comments

Comments
 (0)