diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-02-01 17:26:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 17:26:13 +0100 |
commit | 0033e72a0f4d5ec271340fae86e0b64445720330 (patch) | |
tree | 0408490c937f6a91d6935dd2ab4dab2891badd48 /modules/mono/mono_gd/gd_mono_assembly.h | |
parent | 4cb64feae8f118529a5e1108c13d8fe05771857f (diff) | |
parent | 08d4bfacafa8abe435d51a6afecb276030a23280 (diff) |
Merge pull request #16276 from bcr3ative/issue_15668
Fix inconsistencies and typos in argument names
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_assembly.h')
-rw-r--r-- | modules/mono/mono_gd/gd_mono_assembly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/mono_gd/gd_mono_assembly.h b/modules/mono/mono_gd/gd_mono_assembly.h index 8e7aa701bf..8a5fa19626 100644 --- a/modules/mono/mono_gd/gd_mono_assembly.h +++ b/modules/mono/mono_gd/gd_mono_assembly.h @@ -110,7 +110,7 @@ public: _FORCE_INLINE_ String get_path() const { return path; } _FORCE_INLINE_ uint64_t get_modified_time() const { return modified_time; } - GDMonoClass *get_class(const StringName &p_namespace, const StringName &p_class); + GDMonoClass *get_class(const StringName &p_namespace, const StringName &p_name); GDMonoClass *get_class(MonoClass *p_mono_class); GDMonoClass *get_object_derived_class(const StringName &p_class); |