From aeadeb27aa39478f7ca9c384f8509d0802d77154 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 27 Jul 2012 07:46:32 +0000 Subject: comment correction git-svn-id: http://svn.miranda-ng.org/main/trunk@1211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_db_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); }; -- cgit v1.2.3