diff options
Diffstat (limited to 'indra/llui/llpanel.h')
-rw-r--r-- | indra/llui/llpanel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llpanel.h b/indra/llui/llpanel.h index 756d02ef7d..a7c9579030 100644 --- a/indra/llui/llpanel.h +++ b/indra/llui/llpanel.h @@ -42,6 +42,7 @@ #include "llviewborder.h" #include "lluistring.h" #include "v4color.h" +#include "llevents.h" #include <list> #include <queue> @@ -56,7 +57,7 @@ const BOOL BORDER_NO = FALSE; * With or without border, * Can contain LLUICtrls. */ -class LLPanel : public LLUICtrl, public boost::signals::trackable +class LLPanel : public LLUICtrl, public LLEventTrackable { public: |