From aeff43204a4f2b583f9f83b383be00cac89cbd4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 6 Mar 2014 13:36:00 +0000 Subject: stubs for metahistory were slightly changed git-svn-id: http://svn.miranda-ng.org/main/trunk@8429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_db_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/m_db_int.h') diff --git a/include/m_db_int.h b/include/m_db_int.h index 3b913f7bb0..4848bad326 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -114,8 +114,8 @@ interface MIDatabase STDMETHOD_(BOOL, MetaDetouchSub)(DBCachedContact*, int nSub) PURE; STDMETHOD_(BOOL, MetaSetDefault)(DBCachedContact*) PURE; - STDMETHOD_(BOOL, MetaMergeHistory)(DBCachedContact *ccMeta, MCONTACT hSub) PURE; - STDMETHOD_(BOOL, MetaSplitHistory)(DBCachedContact *ccMeta, MCONTACT hSub) PURE; + STDMETHOD_(BOOL, MetaMergeHistory)(DBCachedContact *ccMeta, DBCachedContact *ccSub) PURE; + STDMETHOD_(BOOL, MetaSplitHistory)(DBCachedContact *ccMeta, DBCachedContact *ccSub) PURE; }; /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3