diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-07 15:11:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-07 15:11:21 +0300 |
commit | 58cb6e6f41c9773b96e1cf9f0cce58c4078b3b46 (patch) | |
tree | 69795a2702b6f41d93aa3d89ceb3330b81d3211f /include | |
parent | 933b2a7a59948d3195aafc604d4d5711fa4a6345 (diff) |
code cleaning
Diffstat (limited to 'include')
-rw-r--r-- | include/m_db_int.h | 2 |
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;
};
|