diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-16 16:49:49 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-16 16:49:49 -0700 |
commit | 939174416453a46a4a415f37ae642e5508c05787 (patch) | |
tree | 1943782975bf8075e3c72b1917dcf1431fbf6700 /indra/llinventory/llsettingswater.h | |
parent | fb3dba5a6e41398464d06cd402de4012bd8b733a (diff) |
Add default and wellknown asset ids.
Diffstat (limited to 'indra/llinventory/llsettingswater.h')
-rw-r--r-- | indra/llinventory/llsettingswater.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingswater.h b/indra/llinventory/llsettingswater.h index 83d54da6a5..b525912898 100644 --- a/indra/llinventory/llsettingswater.h +++ b/indra/llinventory/llsettingswater.h @@ -47,6 +47,8 @@ public: static const std::string SETTING_WAVE1_DIR; static const std::string SETTING_WAVE2_DIR; + static const LLUUID DEFAULT_ASSET_ID; + typedef PTR_NAMESPACE::shared_ptr<LLSettingsWater> ptr_t; //--------------------------------------------------------------------- |