diff options
Diffstat (limited to 'plugins/HistoryStats/src/column_rank.cpp')
-rw-r--r-- | plugins/HistoryStats/src/column_rank.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/column_rank.cpp b/plugins/HistoryStats/src/column_rank.cpp index d65e730be9..140ae94adc 100644 --- a/plugins/HistoryStats/src/column_rank.cpp +++ b/plugins/HistoryStats/src/column_rank.cpp @@ -1,4 +1,4 @@ -#include "_globals.h"
+#include "stdafx.h"
#include "column_rank.h"
/*
@@ -16,7 +16,7 @@ void ColRank::impl_outputBegin() m_nNextRank = 1;
}
-void ColRank::impl_outputRenderRow(ext::ostream& tos, const Contact& contact, DisplayType display)
+void ColRank::impl_outputRenderRow(ext::ostream& tos, const Contact&, DisplayType display)
{
if (display == asContact)
tos << _T("<td class=\"num\">")
|