summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-02-06 17:27:56 -0800
committerRider Linden <rider@lindenlab.com>2018-02-06 17:27:56 -0800
commit7838189843ff3b9c800e458b2452943edbc202ea (patch)
treefb690590cbe775062d162ccb1d3e65224365dea9 /indra/llinventory/llsettingssky.h
parentf07e5ee2a4907b9488a67a13db794c770878e648 (diff)
boost->std & same level interp
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r--indra/llinventory/llsettingssky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h
index 9947ffc022..e9ffbdb32c 100644
--- a/indra/llinventory/llsettingssky.h
+++ b/indra/llinventory/llsettingssky.h
@@ -62,7 +62,7 @@ public:
static const std::string SETTING_SUN_ROTATION;
static const std::string SETTING_SUN_TEXUTUREID;
- typedef boost::shared_ptr<LLSettingsSky> ptr_t;
+ typedef std::shared_ptr<LLSettingsSky> ptr_t;
typedef std::pair<F32, F32> azimalt_t;
//---------------------------------------------------------------------