summaryrefslogtreecommitdiff
path: root/indra/llui/lltoolbar.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-09-11 15:55:36 -0500
committerDave Parks <davep@lindenlab.com>2012-09-11 15:55:36 -0500
commit7aca8ad6b83be2d260b26bd5d27ff36ec7786cff (patch)
treed4858cb0d901fc27130cb60da617227e48a17569 /indra/llui/lltoolbar.h
parentd1c34bff3787c6228b5d89316079011a7f098cfc (diff)
MAINT-1534 Fix for calls to find widgets getting out of hand.
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r--indra/llui/lltoolbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h
index a50c60282c..31424a36d4 100644
--- a/indra/llui/lltoolbar.h
+++ b/indra/llui/lltoolbar.h
@@ -37,6 +37,7 @@
class LLToolBar;
class LLToolBarButton;
+class LLIconCtrl;
typedef boost::function<void (S32 x, S32 y, LLToolBarButton* button)> tool_startdrag_callback_t;
typedef boost::function<BOOL (S32 x, S32 y, const LLUUID& uuid, LLAssetType::EType type)> tool_handledrag_callback_t;
@@ -284,6 +285,8 @@ private:
button_signal_t* mButtonRemoveSignal;
std::string mButtonTooltipSuffix;
+
+ LLIconCtrl* mCaretIcon;
};