ignore case in class and name

This commit is contained in:
john30
2014-12-29 22:31:22 +01:00
parent 98fb32cbfc
commit df85caf71f
2 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ private:
/** the number of distinct passive @a Message instances stored in @a m_messagesByKey. */
size_t m_passiveMessageCount;
/** the known @a Message instances by class and name. */
/** the known @a Message instances by lowercase class and name. */
map<string, Message*> m_messagesByName;
/** the known @a Message instances by key. */