diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-25 20:26:25 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-25 20:26:25 +0300 |
| commit | c21b3bbaccdad847611c5af78f612a3db2f47cc1 (patch) | |
| tree | 802f84fa8c1b81f45d6f62c15fb353264d797651 /indra/newview/llstartup.cpp | |
| parent | e46f66ff31607d7580be3cae3fef9d070b9ba0d0 (diff) | |
MAINT-7739 Make LLOSInfo a Singleton
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index fcde03244a..8295ce029b 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -345,7 +345,7 @@ bool idle_startup() const std::string delims (" "); std::string system; int begIdx, endIdx; - std::string osString = LLAppViewer::instance()->getOSInfo().getOSStringSimple(); + std::string osString = LLOSInfo::instance().getOSStringSimple(); begIdx = osString.find_first_not_of (delims); endIdx = osString.find_first_of (delims, begIdx); |
