summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.h
diff options
context:
space:
mode:
authorRye Mutt <rye@alchemyviewer.org>2024-07-01 21:48:34 -0400
committerRye Mutt <rye@alchemyviewer.org>2024-07-01 21:50:54 -0400
commite834e77988fcf637ee0f3e4c5c0875e47044e324 (patch)
treea6d95d8a8a29eb8f4ce3f86855a9e33fb0dde5b3 /indra/llui/lltexteditor.h
parente32f6426d5b0765272f7c08bbbb6780a2f2e1e0b (diff)
Reduce string temporaries from findChild and getChild
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r--indra/llui/lltexteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h
index be7f7cb256..0b5acf19a1 100644
--- a/indra/llui/lltexteditor.h
+++ b/indra/llui/lltexteditor.h
@@ -345,7 +345,7 @@ private:
// Build time optimization, generate once in .cpp file
#ifndef LLTEXTEDITOR_CPP
extern template class LLTextEditor* LLView::getChild<class LLTextEditor>(
- const std::string& name, bool recurse) const;
+ std::string_view name, bool recurse) const;
#endif
#endif // LL_TEXTEDITOR_H