aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llview.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llview.h b/linden/indra/llui/llview.h
index cb9a35c..c7664eb 100644
--- a/linden/indra/llui/llview.h
+++ b/linden/indra/llui/llview.h
@@ -241,7 +241,7 @@ public:
241 void addChild(LLView* view, S32 tab_group = 0); 241 void addChild(LLView* view, S32 tab_group = 0);
242 void addChildAtEnd(LLView* view, S32 tab_group = 0); 242 void addChildAtEnd(LLView* view, S32 tab_group = 0);
243 // remove the specified child from the view, and set it's parent to NULL. 243 // remove the specified child from the view, and set it's parent to NULL.
244 void removeChild( LLView* view ); 244 void removeChild(LLView* view, BOOL deleteIt = FALSE);
245 245
246 virtual void addCtrl( LLUICtrl* ctrl, S32 tab_group); 246 virtual void addCtrl( LLUICtrl* ctrl, S32 tab_group);
247 virtual void addCtrlAtEnd( LLUICtrl* ctrl, S32 tab_group); 247 virtual void addCtrlAtEnd( LLUICtrl* ctrl, S32 tab_group);
@@ -484,7 +484,7 @@ protected:
484 LLView* childrenHandleRightMouseDown(S32 x, S32 y, MASK mask); 484 LLView* childrenHandleRightMouseDown(S32 x, S32 y, MASK mask);
485 LLView* childrenHandleRightMouseUp(S32 x, S32 y, MASK mask); 485 LLView* childrenHandleRightMouseUp(S32 x, S32 y, MASK mask);
486 486
487 typedef std::map<LLString, LLSimpleListener*> dispatch_list_t; 487 typedef std::map<LLString, LLPointer<LLSimpleListener> > dispatch_list_t;
488 dispatch_list_t mDispatchList; 488 dispatch_list_t mDispatchList;
489 489
490protected: 490protected: