diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-13 12:39:47 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-13 12:39:47 +0100 |
commit | 40eda71ff0cbc73efbe7520c73406cce39d763bb (patch) | |
tree | 21b2a705184078e44c73fee2a3b9a00534bc0f17 /indra/newview/llfolderview.h | |
parent | 0742f89208c016e5b9e73e471e669445bffde744 (diff) | |
parent | 44adcdecd0abb1726d6ae778e6e37b4da431e55a (diff) |
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index f1d39a41ae..31352d04bf 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -284,7 +284,7 @@ protected: LLScrollContainer* mScrollContainer; // NULL if this is not a child of a scroll container. void commitRename( const LLSD& data ); - void onRenamerLost( LLFocusableElement* renamer); + void onRenamerLost(); void finishRenamingItem( void ); void closeRenamer( void ); |