You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Enforce template syntax typename over class
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user