diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/llui/llview.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/llui/llview.h')
-rw-r--r-- | linden/indra/llui/llview.h | 4 |
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 | ||
490 | protected: | 490 | protected: |