diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-05 11:19:22 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-05 11:19:22 -0700 |
commit | 610a793aa8fb9f918fc25eeab02b7415ac18b33b (patch) | |
tree | a338e3b4c5f6210c8ad1df9980c2a3f6b2a280bb /indra/llinventory | |
parent | 6ea2847b58164f0ea315f7b2b9c34e663a07e60e (diff) |
EOL in llsetingssky.cpp and llrender.cpp. const on ptr_t & in llenvironment
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index a6f0d06e7d..263e721d00 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -1052,4 +1052,4 @@ void LLSettingsSky::calculateLightSettings() const LLUUID LLSettingsSky::GetDefaultAssetId() { return DEFAULT_ASSET_ID; -}
\ No newline at end of file +} |