diff options
| author | Rémi Verschelde | 2018-01-18 21:37:17 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-18 22:01:42 +0100 |
| commit | 9f479f096cb50fa8d1215e68c262f110116114ef (patch) | |
| tree | f115332a8e73ab059c16b077873ca2f3faab9cb1 /core/method_bind.h | |
| parent | a1c08b71091c47d626410406f36a4bb6fca40953 (diff) | |
| download | godot-9f479f096cb50fa8d1215e68c262f110116114ef.tar.gz godot-9f479f096cb50fa8d1215e68c262f110116114ef.tar.zst godot-9f479f096cb50fa8d1215e68c262f110116114ef.zip | |
Diffstat (limited to 'core/method_bind.h')
| -rw-r--r-- | core/method_bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/method_bind.h b/core/method_bind.h index 2e5712c3f..e02d64c93 100644 --- a/core/method_bind.h +++ b/core/method_bind.h @@ -243,7 +243,7 @@ public: PropertyInfo get_argument_info(int p_argument) const; PropertyInfo get_return_info() const; - void set_argument_names(const Vector<StringName> &p_names); //set by class, db, cant be inferred otherwise + void set_argument_names(const Vector<StringName> &p_names); //set by class, db, can't be inferred otherwise Vector<StringName> get_argument_names() const; #endif |
