diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-05-11 13:02:43 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-05-11 13:02:43 -0400 |
commit | 5490d4f56688597dfcd6077bc7e0f5f0c9053ae4 (patch) | |
tree | b915d504affa6bf6033c92c80181370442ee91c8 /indra/newview/llpanelplacestab.h | |
parent | 64da5083d0b99d58140d84f9a44191b5c3d321b1 (diff) | |
parent | ee1bede01d5ecb8c018a8083456ee85542d4616f (diff) |
automated merge
Diffstat (limited to 'indra/newview/llpanelplacestab.h')
-rw-r--r-- | indra/newview/llpanelplacestab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelplacestab.h b/indra/newview/llpanelplacestab.h index f4e93a7658..4a155afd71 100644 --- a/indra/newview/llpanelplacestab.h +++ b/indra/newview/llpanelplacestab.h @@ -47,6 +47,7 @@ public: virtual void onShowOnMap() = 0; virtual void onShowProfile() = 0; virtual void onTeleport() = 0; + virtual bool isSingleItemSelected() = 0; bool isTabVisible(); // Check if parent TabContainer is visible. |