summaryrefslogtreecommitdiff
path: root/plugins/WinterSpeak/src/SpeakConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinterSpeak/src/SpeakConfig.h')
-rw-r--r--plugins/WinterSpeak/src/SpeakConfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/WinterSpeak/src/SpeakConfig.h b/plugins/WinterSpeak/src/SpeakConfig.h
index 6894eecfb3..be86fa4409 100644
--- a/plugins/WinterSpeak/src/SpeakConfig.h
+++ b/plugins/WinterSpeak/src/SpeakConfig.h
@@ -27,9 +27,9 @@ public:
// Returns : true - speak successful
// false - speak failed
//--------------------------------------------------------------------------
- bool status(const std::wstring &sentence, HCONTACT user = NULL);
- bool message(const std::wstring &sentence, HCONTACT user = NULL);
- bool say(const std::wstring &sentence, HCONTACT user, bool message);
+ bool status(const std::wstring &sentence, MCONTACT user = NULL);
+ bool message(const std::wstring &sentence, MCONTACT user = NULL);
+ bool say(const std::wstring &sentence, MCONTACT user, bool message);
private:
HINSTANCE m_instance;