summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/mu_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/mu_common.h')
-rw-r--r--plugins/HistoryStats/src/mu_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/mu_common.h b/plugins/HistoryStats/src/mu_common.h
index 9e1bf12eae..0f760cfcfe 100644
--- a/plugins/HistoryStats/src/mu_common.h
+++ b/plugins/HistoryStats/src/mu_common.h
@@ -14,7 +14,7 @@ namespace mu
namespace clist
{
HGENMENU addMainMenuItem(const TCHAR* pszName, DWORD flags, int position, HICON hIcon, const char* pszService, HGENMENU hRoot = 0);
- HGENMENU addContactMenuItem(const TCHAR* pszName, DWORD flags, int position, HICON hIcon, const char* pszService, const char* pszContactOwner = NULL);
+ HGENMENU addContactMenuItem(const TCHAR* pszName, DWORD flags, int position, HICON hIcon, const char* pszService);
const TCHAR* getContactDisplayName(MCONTACT hContact);
const TCHAR* getStatusModeDescription(int nStatusMode);
}