aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwaterparamset.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwaterparamset.h')
-rw-r--r--linden/indra/newview/llwaterparamset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llwaterparamset.h b/linden/indra/newview/llwaterparamset.h
index efbad31..09da42b 100644
--- a/linden/indra/newview/llwaterparamset.h
+++ b/linden/indra/newview/llwaterparamset.h
@@ -47,12 +47,14 @@ class LLWaterParamSet;
47class LLWaterParamSet 47class LLWaterParamSet
48{ 48{
49 friend class LLWaterParamManager; 49 friend class LLWaterParamManager;
50 friend class LLWLParamManager;
51 friend class LightShare;
50 52
51public: 53public:
52 std::string mName; 54 std::string mName;
53 LLUUID mInventoryID; 55 LLUUID mInventoryID;
54 56
55private: 57protected:
56 58
57 LLSD mParamValues; 59 LLSD mParamValues;
58 60