diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-11-10 15:21:09 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-11-10 15:21:09 -0800 |
commit | 210c0f28e9a351890bb352d6b331708b2b2d75b4 (patch) | |
tree | 3b323e17720550545462934b80c3c94301520e82 /indra/newview/llimview.h | |
parent | e06472ff40a852348a2e28fbbb8c06a99909b408 (diff) |
DN-203 [crashhunters] LLIMModel::LLIMSession::onAvatarNameCach
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 650d329e18..3f72d66bfb 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -62,7 +62,7 @@ class LLIMModel : public LLSingleton<LLIMModel> { public: - struct LLIMSession + struct LLIMSession : public boost::signals2::trackable { typedef enum e_session_type { // for now we have 4 predefined types for a session |