aboutsummaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-09-14 13:49:11 -0400
committerWilson E. Alvarez2017-09-14 13:49:15 -0400
commit072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 (patch)
tree0271453fd6ff530f8222ca53e8a7e693a6366dbb /editor/script_editor_debugger.h
parent8c08f2380d30e300f4f80dd292e9ff83f7bb84fd (diff)
downloadgodot-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.tar.gz
godot-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.tar.zst
godot-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.zip
Diffstat (limited to 'editor/script_editor_debugger.h')
-rw-r--r--editor/script_editor_debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h
index 6cb5f0a70..64ac2535a 100644
--- a/editor/script_editor_debugger.h
+++ b/editor/script_editor_debugger.h
@@ -150,7 +150,7 @@ class ScriptEditorDebugger : public Control {
void _scene_tree_selected();
void _scene_tree_request();
void _parse_message(const String &p_msg, const Array &p_data);
- void _set_reason_text(const String &p_msg, MessageType p_type);
+ void _set_reason_text(const String &p_reason, MessageType p_type);
void _scene_tree_property_select_object(ObjectID p_object);
void _scene_tree_property_value_edited(const String &p_prop, const Variant &p_value);