Skip to content

Commit

Permalink
missing & sign typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoCobb committed Sep 18, 2024
1 parent 8389cb0 commit 3634bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/theme_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3359,7 +3359,7 @@ void ThemeTypeEditor::_type_variation_changed(const String p_value) {
ur->commit_action();
}

void ThemeTypeEditor::_update_docs_from_type_variation(const String p_value) {
void ThemeTypeEditor::_update_docs_from_type_variation(const String &p_value) {
ERR_FAIL_COND(p_value.is_empty());

const DocTools *dd = EditorHelp::get_doc_data();
Expand Down

0 comments on commit 3634bc7

Please sign in to comment.