summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-06 13:36:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-06 13:36:00 +0000
commitaeff43204a4f2b583f9f83b383be00cac89cbd4e (patch)
tree4e319e6d96e9614899e36b251f2319836eae37a5 /include
parent8dabe06ba2c2e42aedaadc9f712190e239a17f28 (diff)
stubs for metahistory were slightly changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h4
1 files changed, 2 insertions, 2 deletions
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;
};
///////////////////////////////////////////////////////////////////////////////