diff options
Diffstat (limited to 'indra/newview/llpanelland.h')
-rw-r--r-- | indra/newview/llpanelland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelland.h b/indra/newview/llpanelland.h index 7db8e64801..477c5ed970 100644 --- a/indra/newview/llpanelland.h +++ b/indra/newview/llpanelland.h @@ -50,6 +50,8 @@ public: void refresh(); static void refreshAll(); + + LLCheckBoxCtrl *mCheckShowOwners; protected: static void onClickClaim(void*); @@ -57,6 +59,7 @@ protected: static void onClickDivide(void*); static void onClickJoin(void*); static void onClickAbout(void*); + static void onShowOwnersHelp(void*); protected: //LLTextBox* mTextPriceLabel; |