mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Enforce template syntax typename
over class
This commit is contained in:
parent
aef11a1427
commit
9903e6779b
101 changed files with 538 additions and 538 deletions
|
@ -799,7 +799,7 @@ void GDScriptParser::parse_extends() {
|
|||
}
|
||||
}
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
void GDScriptParser::parse_class_member(T *(GDScriptParser::*p_parse_function)(bool), AnnotationInfo::TargetKind p_target, const String &p_member_kind, bool p_is_static) {
|
||||
advance();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue