diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterauction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterauction.h b/linden/indra/newview/llfloaterauction.h index e9d9c65..7ff932f 100644 --- a/linden/indra/newview/llfloaterauction.h +++ b/linden/indra/newview/llfloaterauction.h | |||
@@ -39,6 +39,7 @@ | |||
39 | // | 39 | // |
40 | // Class which holds the functionality to start auctions. | 40 | // Class which holds the functionality to start auctions. |
41 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 41 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
42 | class LLParcelSelection; | ||
42 | 43 | ||
43 | class LLFloaterAuction : public LLFloater | 44 | class LLFloaterAuction : public LLFloater |
44 | { | 45 | { |
@@ -64,6 +65,7 @@ private: | |||
64 | LLTransactionID mTransactionID; | 65 | LLTransactionID mTransactionID; |
65 | LLAssetID mImageID; | 66 | LLAssetID mImageID; |
66 | LLPointer<LLImageGL> mImage; | 67 | LLPointer<LLImageGL> mImage; |
68 | LLHandle<LLParcelSelection> mParcelp; | ||
67 | S32 mParcelID; | 69 | S32 mParcelID; |
68 | LLHost mParcelHost; | 70 | LLHost mParcelHost; |
69 | }; | 71 | }; |