From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils/mir_buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Utils/mir_buffer.h') diff --git a/plugins/Utils/mir_buffer.h b/plugins/Utils/mir_buffer.h index 40d450fa47..77e8832f7d 100644 --- a/plugins/Utils/mir_buffer.h +++ b/plugins/Utils/mir_buffer.h @@ -439,7 +439,7 @@ class Buffer }; -static void ReplaceVars(Buffer *buffer, HCONTACT hContact, TCHAR **variables, int numVariables) +static void ReplaceVars(Buffer *buffer, MCONTACT hContact, TCHAR **variables, int numVariables) { if (buffer->len < 3) return; @@ -502,7 +502,7 @@ static void ReplaceVars(Buffer *buffer, HCONTACT hContact, TCHAR **variab } -static void ReplaceTemplate(Buffer *out, HCONTACT hContact, TCHAR *templ, TCHAR **vars, int numVars) +static void ReplaceTemplate(Buffer *out, MCONTACT hContact, TCHAR *templ, TCHAR **vars, int numVars) { if (ServiceExists(MS_VARS_FORMATSTRING)) -- cgit v1.2.3