summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-08-07 15:11:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-08-07 15:11:21 +0300
commit58cb6e6f41c9773b96e1cf9f0cce58c4078b3b46 (patch)
tree69795a2702b6f41d93aa3d89ceb3330b81d3211f /include
parent933b2a7a59948d3195aafc604d4d5711fa4a6345 (diff)
code cleaning
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index e8a1dfc5d8..1ce03e2342 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -47,7 +47,7 @@ struct DBCHeckCallback
interface MIDatabaseChecker
{
STDMETHOD_(BOOL, Start)(DBCHeckCallback *callback) PURE;
- STDMETHOD_(BOOL, CheckDb)(int phase, int firstTime) PURE;
+ STDMETHOD_(BOOL, CheckDb)(int phase) PURE;
STDMETHOD_(VOID, Destroy)() PURE;
};