diff options
author | Cho <cho@lindenlab.com> | 2013-01-29 00:19:05 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-01-29 00:19:05 +0000 |
commit | f9d44737b780542c4f4e3f02122b0cf9fb0fd8c6 (patch) | |
tree | 288ba6cb91c0f3e617b0327146bc73773912a58f /indra/newview/llfloaterimsession.h | |
parent | 427725c2a6d5c50468e7579a4d3b92795425723f (diff) | |
parent | af969270990ca719277def274b8ebf20539cc435 (diff) |
merging latest changes
Diffstat (limited to 'indra/newview/llfloaterimsession.h')
-rw-r--r-- | indra/newview/llfloaterimsession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.h b/indra/newview/llfloaterimsession.h index 2049cedfd7..e7fd6f9ff3 100644 --- a/indra/newview/llfloaterimsession.h +++ b/indra/newview/llfloaterimsession.h @@ -86,7 +86,7 @@ public: // get new messages from LLIMModel /*virtual*/ void updateMessages(); - void reloadMessages(); + void reloadMessages(bool clean_messages = false); static void onSendMsg(LLUICtrl*, void*); void sendMsgFromInputEditor(); void sendMsg(const std::string& msg); |