diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-08-16 17:17:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 17:17:56 +0200 |
commit | b1ecaaa22b8dd87a75db414cb84ad0f60d5d4cef (patch) | |
tree | f02f5dac7b5a1c0e35c2290513b62f4873b81a93 /editor/dependency_editor.h | |
parent | ae78a13f59c5a4025d078084afae2737cf0d1454 (diff) | |
parent | 428f03cf06d3841b2a593f46aa42912ef5c82f3c (diff) |
Merge pull request #10307 from Rubonnek/update-argument-names
Updated function argument names
Diffstat (limited to 'editor/dependency_editor.h')
-rw-r--r-- | editor/dependency_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dependency_editor.h b/editor/dependency_editor.h index e7344bbf13..5fdd2b72a8 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(); }; |