mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03: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
|
@ -2162,7 +2162,7 @@ bool RendererCanvasCull::free(RID p_rid) {
|
|||
return true;
|
||||
}
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
void RendererCanvasCull::_free_rids(T &p_owner, const char *p_type) {
|
||||
List<RID> owned;
|
||||
p_owner.get_owned_list(&owned);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue