diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-01-23 19:12:31 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-01-23 19:12:31 +0000 |
commit | 7f50e28b0f3905f95299f7d5d63e0fd82e103bed (patch) | |
tree | 99c01f8184cc9a5ca90484661b30a8ac6dcd60f4 /indra/newview/llfloaterland.h | |
parent | 47576ad1f77ecbe606fa1bd3addac610fad43dd7 (diff) |
merge -r 56842:57026 maintenance.
Diffstat (limited to 'indra/newview/llfloaterland.h')
-rw-r--r-- | indra/newview/llfloaterland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h index 72f1e8ca8d..a28fea261f 100644 --- a/indra/newview/llfloaterland.h +++ b/indra/newview/llfloaterland.h @@ -130,6 +130,7 @@ public: static void onSalePriceChange(LLUICtrl *ctrl, void * userdata); static void cbBuyPass(S32 option, void*); + static BOOL buyPassDialogVisible(); static void onClickSellLand(void* data); static void onClickStopSellLand(void* data); @@ -196,6 +197,8 @@ protected: LLButton* mBtnBuyPass; LLButton* mBtnStartAuction; + + static LLViewHandle sBuyPassDialogHandle; }; class LLPanelLandObjects |