aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterbuycontents.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloaterbuycontents.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llfloaterbuycontents.h')
-rw-r--r--linden/indra/newview/llfloaterbuycontents.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterbuycontents.h b/linden/indra/newview/llfloaterbuycontents.h
index 2c643f5..a30de0e 100644
--- a/linden/indra/newview/llfloaterbuycontents.h
+++ b/linden/indra/newview/llfloaterbuycontents.h
@@ -39,6 +39,7 @@
39#include "llinventory.h" 39#include "llinventory.h"
40 40
41class LLViewerObject; 41class LLViewerObject;
42class LLObjectSelection;
42 43
43class LLFloaterBuyContents 44class LLFloaterBuyContents
44: public LLFloater, public LLVOInventoryListener 45: public LLFloater, public LLVOInventoryListener
@@ -62,6 +63,7 @@ protected:
62protected: 63protected:
63 static LLFloaterBuyContents* sInstance; 64 static LLFloaterBuyContents* sInstance;
64 65
66 LLHandle<LLObjectSelection> mObjectSelection;
65 LLSaleInfo mSaleInfo; 67 LLSaleInfo mSaleInfo;
66}; 68};
67 69