summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/contact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/contact.cpp')
-rw-r--r--plugins/HistoryStats/src/contact.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/contact.cpp b/plugins/HistoryStats/src/contact.cpp
index 830c782f91..ed7e35c91d 100644
--- a/plugins/HistoryStats/src/contact.cpp
+++ b/plugins/HistoryStats/src/contact.cpp
@@ -1,4 +1,4 @@
-#include "_globals.h"
+#include "stdafx.h"
#include "contact.h"
#include "utils.h"
@@ -74,7 +74,7 @@ void Contact::addMessage(Message& msg)
updateTime(msg.getTimestamp());
}
-void Contact::addChat(bool bOutgoing, DWORD localTimestampStarted, DWORD duration)
+void Contact::addChat(bool bOutgoing, DWORD, DWORD duration)
{
if (bOutgoing)
m_Chats.out++;