diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-20 11:00:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-20 11:00:47 +0000 |
commit | e6bbc380e84a748242748ba3177e8def969a76cc (patch) | |
tree | d6f34521de127de14736135578a00cafe4441ea4 /plugins/TabSRMM/src/chat/muchighlight.h | |
parent | 14aac802f833a9a26a4a1f995c642e1ace3e0442 (diff) |
fix for highlighting in tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/muchighlight.h')
-rw-r--r-- | plugins/TabSRMM/src/chat/muchighlight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/muchighlight.h b/plugins/TabSRMM/src/chat/muchighlight.h index a752e5c0b0..f86e722175 100644 --- a/plugins/TabSRMM/src/chat/muchighlight.h +++ b/plugins/TabSRMM/src/chat/muchighlight.h @@ -67,7 +67,7 @@ public: private:
void tokenize(TCHAR *tszString, TCHAR**& patterns, UINT& nr);
- int wildmatch (const TCHAR *pattern, const TCHAR *tszString);
+
DWORD m_dwFlags;
bool m_fInitialized;
TCHAR** m_NickPatterns;
|