mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
|
@ -300,7 +300,7 @@ public:
|
|||
void remove_node(Node *p_node);
|
||||
bool is_selected(Node *p_node) const;
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
T *get_node_editor_data(Node *p_node) {
|
||||
if (!selection.has(p_node)) {
|
||||
return nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue