diff options
author | James Cook <james@lindenlab.com> | 2009-11-25 11:51:49 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-25 11:51:49 -0800 |
commit | ef46d4077ca4aad322aabfe545885be136577c8a (patch) | |
tree | d5ad52ccec6cd0f0d0e3b9aa134a9068e2827686 /indra/newview/lllocationinputctrl.h | |
parent | 446702d7620b124b1f34599e89c5fc6d12ec390d (diff) |
Hook up nav bar For Sale icon to buy land functionality.
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rw-r--r-- | indra/newview/lllocationinputctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index 442a64f521..0211062b05 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -132,6 +132,7 @@ private: void onLocationPrearrange(const LLSD& data); void onTextEditorRightClicked(S32 x, S32 y, MASK mask); void onLandmarkLoaded(LLLandmark* lm); + void onForSaleButtonClicked(); void onAddLandmarkButtonClicked(); void onAgentParcelChange(); // callbacks |