diff options
author | richard <none@none> | 2009-11-04 18:28:45 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-04 18:28:45 -0800 |
commit | 83fb99a9ac2f07334233e7307cc18a4d340c8527 (patch) | |
tree | 8e3655f7c84acb9f560f8d840340d31fcffbf0e1 /indra/newview/llparticipantlist.cpp | |
parent | 85073874b53eecbe3e3a2827fa051d73a32c70e8 (diff) |
ext-2038 - script editor, cursor becomes stuck in some rows
ext-2037 0 Script editor, garbage characters inserted in text
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index 9450bee315..c373cef6f3 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -42,6 +42,9 @@ #include "llspeakers.h" //LLParticipantList retrieves add, clear and remove events and updates view accordingly +#if LL_MSVC +#pragma warning (disable : 4355) // 'this' used in initializer list: yes, intentionally +#endif LLParticipantList::LLParticipantList(LLSpeakerMgr* data_source, LLAvatarList* avatar_list): mSpeakerMgr(data_source), mAvatarList(avatar_list), |