diff options
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 |