diff options
author | Rider Linden <rider@lindenlab.com> | 2015-05-15 12:51:18 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-05-15 12:51:18 -0700 |
commit | f26fb73dd8a7794df580e6a58744d76dde293569 (patch) | |
tree | 7a8de73693c46d087fac1a28401097c867f3da7e /indra/newview/llfeaturemanager.cpp | |
parent | 2d79079414f61ad7a6e336e039353c030aa559c8 (diff) |
Address Nat's concerns about the const_cast<> and modification of a binary object wrapped in an LLSD object.
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rwxr-xr-x | indra/newview/llfeaturemanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index b701fece5a..c61e11b912 100755 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -520,6 +520,8 @@ void LLFeatureManager::fetchFeatureTableCoro(LLCoros::self& self, std::string ta #endif std::string url = base + "/" + filename; + // testing url below + //url = "http://viewer-settings.secondlife.com/featuretable.2.1.1.208406.txt"; const std::string path = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, filename); |