summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbuy.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2007-02-17 03:02:16 +0000
committerRichard Nelson <richard@lindenlab.com>2007-02-17 03:02:16 +0000
commit73bc0fb42b5bcd80030d9f30d5cb57ec2397ba08 (patch)
treee7c0b2e22d4719123fd688e49a16b76a084c3f77 /indra/newview/llfloaterbuy.h
parent12ac04231b8d358e70c830f7958f7efbc0f7c0d1 (diff)
merge -r 56779:58057 /branches/selection_management
Diffstat (limited to 'indra/newview/llfloaterbuy.h')
-rw-r--r--indra/newview/llfloaterbuy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbuy.h b/indra/newview/llfloaterbuy.h
index e90a77b7c9..fb61ccdfcc 100644
--- a/indra/newview/llfloaterbuy.h
+++ b/indra/newview/llfloaterbuy.h
@@ -22,6 +22,7 @@
class LLViewerObject;
class LLSaleInfo;
+class LLObjectSelection;
class LLFloaterBuy
: public LLFloater, public LLVOInventoryListener
@@ -47,6 +48,7 @@ protected:
private:
static LLFloaterBuy* sInstance;
+ LLHandle<LLObjectSelection> mObjectSelection;
LLSaleInfo mSaleInfo;
};