summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingswater.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/llsettingswater.h
parentf07e5ee2a4907b9488a67a13db794c770878e648 (diff)
boost->std & same level interp
Diffstat (limited to 'indra/llinventory/llsettingswater.h')
-rw-r--r--indra/llinventory/llsettingswater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingswater.h b/indra/llinventory/llsettingswater.h
index 4c61e2a34c..4d206a1be0 100644
--- a/indra/llinventory/llsettingswater.h
+++ b/indra/llinventory/llsettingswater.h
@@ -48,7 +48,7 @@ public:
static const LLUUID DEFAULT_WATER_NORMAL_ID;
- typedef boost::shared_ptr<LLSettingsWater> ptr_t;
+ typedef std::shared_ptr<LLSettingsWater> ptr_t;
//---------------------------------------------------------------------
LLSettingsWater(const LLSD &data);