diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-23 16:11:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-23 16:11:47 +0300 |
commit | 2b10bc5fbbb7f387faad2cc9d74d62abd8ff466c (patch) | |
tree | 210713539ed7f14382851108f491d79fecd9d94b /plugins/StopSpamMod/src/utilities.h | |
parent | c086c2ec984431fad9575fedb6e681458e99e524 (diff) |
fixes #1165 (StopSpam mod: crash on "stopspam.cpp (81): OnDbEventFilterAdd")
Diffstat (limited to 'plugins/StopSpamMod/src/utilities.h')
-rwxr-xr-x | plugins/StopSpamMod/src/utilities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/utilities.h b/plugins/StopSpamMod/src/utilities.h index 8d75c10905..f941823bd0 100755 --- a/plugins/StopSpamMod/src/utilities.h +++ b/plugins/StopSpamMod/src/utilities.h @@ -2,7 +2,7 @@ std::wstring DBGetContactSettingStringPAN(MCONTACT hContact, char const * szModu std::string DBGetContactSettingStringPAN_A(MCONTACT hContact, char const * szModule, char const * szSetting, std::string errorValue); std::wstring &GetDlgItemString(HWND hwnd, int id); std::string &GetProtoList(); -bool ProtoInList(std::string proto); +bool ProtoInList(const char *szProto); std::wstring variables_parse(std::wstring const &tstrFormat, MCONTACT hContact); const int Stricmp(const wchar_t *str, const wchar_t *substr); //const int Stristr(const wchar_t *str, const wchar_t *substr); |