summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 9047736ea8..e5e786cd66 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -131,7 +131,7 @@ struct DATABASELINK
/*
Returns a pointer to the database checker or NULL if a database doesn't support checking
- Note: Unload() might be called even if Load(void) was never called, wasLoaded is set to 1 if Load(void) was ever called.
+ When you don't need this object aanymore, call its Destroy() method
*/
MIDatabaseChecker* (*CheckDB) (const TCHAR *profile, int *error);
};