From adab25b574bb359bf11dbc175e5bf983f7b388cd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 8 Jul 2012 16:05:43 +0000 Subject: FTPFileYM: adopted git-svn-id: http://svn.miranda-ng.org/main/trunk@851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FTPFileYM/mir_db.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/FTPFileYM/mir_db.cpp') diff --git a/plugins/FTPFileYM/mir_db.cpp b/plugins/FTPFileYM/mir_db.cpp index 1a466f7863..f5745d9f24 100644 --- a/plugins/FTPFileYM/mir_db.cpp +++ b/plugins/FTPFileYM/mir_db.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "mir_db.h" +#include "common.h" int DB::setByte(HANDLE hContact, char *szModule, char *szSetting, int iValue) { @@ -194,5 +194,4 @@ char *DB::getProto(HANDLE hContact) { char *szProto = (char *)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0); return ((INT_PTR)szProto != CALLSERVICE_NOTFOUND) ? szProto : NULL; -} - +} \ No newline at end of file -- cgit v1.2.3