summaryrefslogtreecommitdiff
path: root/plugins/WinterSpeak/src/EventInformation.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinterSpeak/src/EventInformation.h')
-rw-r--r--plugins/WinterSpeak/src/EventInformation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WinterSpeak/src/EventInformation.h b/plugins/WinterSpeak/src/EventInformation.h
index 42169d21e9..7ef1d698af 100644
--- a/plugins/WinterSpeak/src/EventInformation.h
+++ b/plugins/WinterSpeak/src/EventInformation.h
@@ -13,7 +13,7 @@ class EventInformation
// Description : is the event valid?
// Return : true = the event is valid
//--------------------------------------------------------------------------
- bool isValidEvent(HANDLE event);
+ bool isValidEvent(MEVENT event);
//--------------------------------------------------------------------------
// Description : get the last event received
@@ -49,5 +49,5 @@ class EventInformation
private:
std::map<unsigned short, std::wstring> m_event_strings;
- DBEVENTINFO m_event_info;
+ DBEVENTINFO m_event_info;
};