diff options
Diffstat (limited to 'indra/newview/llfloaterbuy.h')
-rw-r--r-- | indra/newview/llfloaterbuy.h | 2 |
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; }; |