diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-07-02 13:12:40 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-07-02 13:12:40 -0400 |
commit | 9a3c770a3bf430da8878a8691cee9b726a5f026c (patch) | |
tree | 51aa40d9d0e9f9b14bd777109f36b172a1554906 /indra/newview/llwlhandlers.cpp | |
parent | 082913dd592366cac269d1ccb7804d7dac9a0676 (diff) |
Eliminate c_str() calls from LLControlGroup::loadFromFile() calls.
Passing std::string::c_str() to a (const std::string&) function parameter is
worse than clutter, it's pointless overhead: it forces the compiler to
construct a new std::string instance, instead of passing a const reference to
the one you already have in hand.
Diffstat (limited to 'indra/newview/llwlhandlers.cpp')
0 files changed, 0 insertions, 0 deletions