diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-19 21:38:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-19 21:38:38 +0000 |
commit | c12702e77fa2e539f48301be4f04861c503dea08 (patch) | |
tree | b6336a194b95a4fe035182d20cfe2d852555b451 /plugins/WinterSpeak/src/EventInformation.cpp | |
parent | ce83b46d4548feb14cc4fb521a22de135c5c6dfa (diff) |
x64 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WinterSpeak/src/EventInformation.cpp')
-rw-r--r-- | plugins/WinterSpeak/src/EventInformation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WinterSpeak/src/EventInformation.cpp b/plugins/WinterSpeak/src/EventInformation.cpp index 69437a71ea..65923022d2 100644 --- a/plugins/WinterSpeak/src/EventInformation.cpp +++ b/plugins/WinterSpeak/src/EventInformation.cpp @@ -71,7 +71,7 @@ std::wstring EventInformation::getMessage() }
//------------------------------------------------------------------------------
-unsigned int EventInformation::getMessageSize()
+size_t EventInformation::getMessageSize()
{
return std::wstring((WCHAR *)m_event_info.pBlob).size();
}
|