summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_library_editor_plugin.h
diff options
context:
space:
mode:
authorPaolo Perkovic <paolo.perkovic@gmail.com>2018-02-01 09:57:10 +0100
committerPaolo Perkovic <paolo.perkovic@gmail.com>2018-02-01 16:47:20 +0100
commit08d4bfacafa8abe435d51a6afecb276030a23280 (patch)
treee0d37560439f599958a99dd191b2802039591956 /modules/gdnative/gdnative_library_editor_plugin.h
parent2459eebc1d0d679efb546aa5a95ddd493290a7aa (diff)
Fix inconsistencies and typos in argument names
Diffstat (limited to 'modules/gdnative/gdnative_library_editor_plugin.h')
-rw-r--r--modules/gdnative/gdnative_library_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_library_editor_plugin.h b/modules/gdnative/gdnative_library_editor_plugin.h
index 94bc2adc7d..04d2911d8b 100644
--- a/modules/gdnative/gdnative_library_editor_plugin.h
+++ b/modules/gdnative/gdnative_library_editor_plugin.h
@@ -79,7 +79,7 @@ protected:
void _on_library_selected(const String &file);
void _on_dependencies_selected(const PoolStringArray &files);
void _on_filter_selected(int id);
- void _on_item_collapsed(Object *item);
+ void _on_item_collapsed(Object *p_item);
void _on_item_activated();
void _on_create_new_entry();
void _set_target_value(const String &section, const String &target, Variant file);