diff options
author | Armin Weatherwax | 2010-08-26 20:30:07 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-08-29 01:28:44 -0700 |
commit | e2be2beaf9a9b6bca19bdd4b36fc7adb681349e9 (patch) | |
tree | f1f4ba972ea5ada6a829354f5c9a8eaa9a57f942 /linden/indra/newview/llwlparamset.h | |
parent | Katharine Berry:Double-clicking a WindLight notecard immediately applies the ... (diff) | |
download | meta-impy-e2be2beaf9a9b6bca19bdd4b36fc7adb681349e9.zip meta-impy-e2be2beaf9a9b6bca19bdd4b36fc7adb681349e9.tar.gz meta-impy-e2be2beaf9a9b6bca19bdd4b36fc7adb681349e9.tar.bz2 meta-impy-e2be2beaf9a9b6bca19bdd4b36fc7adb681349e9.tar.xz |
Katharine Berry: We can save inventory presets to inventory directly. How exciting.
issues from porting: buttons need love
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llwlparamset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llwlparamset.h b/linden/indra/newview/llwlparamset.h index 21d646f..038490d 100644 --- a/linden/indra/newview/llwlparamset.h +++ b/linden/indra/newview/llwlparamset.h | |||
@@ -49,7 +49,8 @@ class LLWLParamSet { | |||
49 | friend class LLWLParamManager; | 49 | friend class LLWLParamManager; |
50 | 50 | ||
51 | public: | 51 | public: |
52 | std::string mName; | 52 | std::string mName; |
53 | LLUUID mInventoryID; | ||
53 | 54 | ||
54 | private: | 55 | private: |
55 | 56 | ||