diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloaterbuycontents.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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.h | 2 |
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 | ||
41 | class LLViewerObject; | 41 | class LLViewerObject; |
42 | class LLObjectSelection; | ||
42 | 43 | ||
43 | class LLFloaterBuyContents | 44 | class LLFloaterBuyContents |
44 | : public LLFloater, public LLVOInventoryListener | 45 | : public LLFloater, public LLVOInventoryListener |
@@ -62,6 +63,7 @@ protected: | |||
62 | protected: | 63 | protected: |
63 | static LLFloaterBuyContents* sInstance; | 64 | static LLFloaterBuyContents* sInstance; |
64 | 65 | ||
66 | LLHandle<LLObjectSelection> mObjectSelection; | ||
65 | LLSaleInfo mSaleInfo; | 67 | LLSaleInfo mSaleInfo; |
66 | }; | 68 | }; |
67 | 69 | ||