Skip to content
Snippets Groups Projects
Commit da5d243c authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

LLStringUtil methods are conventionally static.

parent 199e8752
No related branches found
No related tags found
No related merge requests found
...@@ -307,7 +307,7 @@ class LLStringUtilBase ...@@ -307,7 +307,7 @@ class LLStringUtilBase
* quote it, escape any embedded double-quote with the escape string (default * quote it, escape any embedded double-quote with the escape string (default
* backslash). * backslash).
*/ */
string_type quote(const string_type& str, const string_type& escape="\\"); static string_type quote(const string_type& str, const string_type& escape="\\");
/** /**
* @brief Unsafe way to make ascii characters. You should probably * @brief Unsafe way to make ascii characters. You should probably
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment