summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_preview.h
diff options
context:
space:
mode:
authorWilson E. Alvarez <wilson.e.alvarez1@gmail.com>2017-08-12 12:52:50 -0400
committerWilson E. Alvarez <wilson.e.alvarez1@gmail.com>2017-08-12 15:12:49 -0400
commit428f03cf06d3841b2a593f46aa42912ef5c82f3c (patch)
treec006361e19c5ecbc02534496f936d1a4a5ad6ef3 /editor/editor_resource_preview.h
parent5052cb2b9104f57d0ff38d80da50bbeceb926e6f (diff)
downloadredot-engine-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.gz
Updated function argument names
Diffstat (limited to 'editor/editor_resource_preview.h')
-rw-r--r--editor/editor_resource_preview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_resource_preview.h b/editor/editor_resource_preview.h
index 1bfa094a38..cedd571194 100644
--- a/editor/editor_resource_preview.h
+++ b/editor/editor_resource_preview.h
@@ -115,8 +115,8 @@ public:
static EditorResourcePreview *get_singleton();
//callback function is callback(String p_path,Ref<Texture> preview,Variant udata) preview null if could not load
- void queue_resource_preview(const String &p_res, Object *p_receiver, const StringName &p_receiver_func, const Variant &p_userdata);
- void queue_edited_resource_preview(const Ref<Resource> &p_path, Object *p_receiver, const StringName &p_receiver_func, const Variant &p_userdata);
+ void queue_resource_preview(const String &p_path, Object *p_receiver, const StringName &p_receiver_func, const Variant &p_userdata);
+ void queue_edited_resource_preview(const Ref<Resource> &p_res, Object *p_receiver, const StringName &p_receiver_func, const Variant &p_userdata);
void add_preview_generator(const Ref<EditorResourcePreviewGenerator> &p_generator);
void remove_preview_generator(const Ref<EditorResourcePreviewGenerator> &p_generator);