diff options
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index a7946f4d06..2ac6c999d6 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -89,9 +89,9 @@ public: }; virtual ~LLConversationViewParticipant( void ) { } - virtual void draw(); bool hasSameValue(const LLUUID& uuid) { return (uuid == mUUID); } virtual void refresh(); + void addToFolder(LLFolderViewFolder* folder); protected: friend class LLUICtrlFactory; @@ -102,9 +102,9 @@ protected: void onInfoBtnClick(); private: - LLButton* createProfileButton(); LLButton * mInfoBtn; - LLUUID mUUID; // UUID of the participant + LLOutputMonitorCtrl* mSpeakingIndicator; + LLUUID mUUID; // UUID of the participant }; #endif // LL_LLCONVERSATIONVIEW_H |