diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-05 18:55:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-05 18:55:07 -0700 |
commit | 1229f42ade088f69164b59742305119bacc8f4de (patch) | |
tree | ec5e3b55fd96e2ba97c83c873556a750acfa5501 /indra/newview/llconversationview.h | |
parent | e271c47994fc9dd86bda9d6ad7e79799229e52aa (diff) |
CHUI-285 : Clear the needs refresh flag when refreshing, comment clean up.
Diffstat (limited to 'indra/newview/llconversationview.h')
-rw-r--r-- | indra/newview/llconversationview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index 27ceb2af3b..a3755d9722 100644 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -81,6 +81,7 @@ public: bool hasSameValue(const LLUUID& uuid) { return (uuid == mUUID); } + virtual void refresh(); private: LLUUID mUUID; // UUID of the participant }; |