aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwlparamset.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-08-26 20:30:07 +0200
committerMcCabe Maxsted2010-08-29 01:28:44 -0700
commite2be2beaf9a9b6bca19bdd4b36fc7adb681349e9 (patch)
treef1f4ba972ea5ada6a829354f5c9a8eaa9a57f942 /linden/indra/newview/llwlparamset.h
parentKatharine Berry:Double-clicking a WindLight notecard immediately applies the ... (diff)
downloadmeta-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.h3
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
51public: 51public:
52 std::string mName; 52 std::string mName;
53 LLUUID mInventoryID;
53 54
54private: 55private:
55 56