diff options
Diffstat (limited to 'plugins/HistoryStats/src/iconlib.cpp')
-rw-r--r-- | plugins/HistoryStats/src/iconlib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/iconlib.cpp b/plugins/HistoryStats/src/iconlib.cpp index 3b7fe5d035..5c8ae3df8f 100644 --- a/plugins/HistoryStats/src/iconlib.cpp +++ b/plugins/HistoryStats/src/iconlib.cpp @@ -1,4 +1,4 @@ -#include "_globals.h"
+#include "stdafx.h"
#include "iconlib.h"
#include "main.h"
@@ -38,7 +38,7 @@ ext::string IconLib::m_Section; ext::a::string IconLib::m_IconName;
IconLib::CallbackSet IconLib::m_Callbacks;
-int IconLib::handleCallbacks(WPARAM wParam, LPARAM lParam)
+int IconLib::handleCallbacks(WPARAM, LPARAM)
{
citer_each_(CallbackSet, i, m_Callbacks)
{
|