aboutsummaryrefslogtreecommitdiff
path: root/editor/dependency_editor.h
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-08-12 12:52:50 -0400
committerWilson E. Alvarez2017-08-12 15:12:49 -0400
commit428f03cf06d3841b2a593f46aa42912ef5c82f3c (patch)
treec006361e19c5ecbc02534496f936d1a4a5ad6ef3 /editor/dependency_editor.h
parent5052cb2b9104f57d0ff38d80da50bbeceb926e6f (diff)
downloadgodot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.gz
godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.zst
godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.zip
Diffstat (limited to 'editor/dependency_editor.h')
-rw-r--r--editor/dependency_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dependency_editor.h b/editor/dependency_editor.h
index e7344bbf1..5fdd2b72a 100644
--- a/editor/dependency_editor.h
+++ b/editor/dependency_editor.h
@@ -106,7 +106,7 @@ class DependencyErrorDialog : public ConfirmationDialog {
void custom_action(const String &);
public:
- void show(const String &p_for, const Vector<String> &report);
+ void show(const String &p_for_file, const Vector<String> &report);
DependencyErrorDialog();
};