summaryrefslogtreecommitdiff
path: root/indra/newview/llcofwearables.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-07-02 13:12:40 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-07-02 13:12:40 -0400
commit9a3c770a3bf430da8878a8691cee9b726a5f026c (patch)
tree51aa40d9d0e9f9b14bd777109f36b172a1554906 /indra/newview/llcofwearables.cpp
parent082913dd592366cac269d1ccb7804d7dac9a0676 (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/llcofwearables.cpp')
0 files changed, 0 insertions, 0 deletions