diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-06-06 11:52:37 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-06-06 11:52:37 -0400 |
commit | 18d210e9b0adb90ab2bdac863435bd1c3a9d7abf (patch) | |
tree | 58496f4e9ebadb36fa5210bfcbc69f1a85421a86 /indra/newview/llnotificationmanager.h | |
parent | db2d21a89b62acc14025e7c529721e994ca96a9f (diff) | |
parent | 02c85bd02689b773b1a861c4edff865a31986b4f (diff) |
reconciled .hgtags
Diffstat (limited to 'indra/newview/llnotificationmanager.h')
-rw-r--r-- | indra/newview/llnotificationmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationmanager.h b/indra/newview/llnotificationmanager.h index 72fa394621..16e82e4cce 100644 --- a/indra/newview/llnotificationmanager.h +++ b/indra/newview/llnotificationmanager.h @@ -69,7 +69,7 @@ public: private: //TODO (*) std::map<std::string, boost::shared_ptr<LLEventHandler> > mNotifyHandlers; - std::map<std::string, LLChatHandler*> mChatHandlers; + // cruft std::map<std::string, LLChatHandler*> mChatHandlers; }; } |