From ebef37bfd2ef5e4b8c6adcd9a9526c1598ee4b41 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 15 Oct 2012 19:20:04 +0000 Subject: forgotten clutch extermination, amdg git-svn-id: http://svn.miranda-ng.org/main/trunk@1949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/src/DataBase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Dbx_tree/src/DataBase.cpp') diff --git a/plugins/Dbx_tree/src/DataBase.cpp b/plugins/Dbx_tree/src/DataBase.cpp index 50fe494b3c..b8b0648b30 100644 --- a/plugins/Dbx_tree/src/DataBase.cpp +++ b/plugins/Dbx_tree/src/DataBase.cpp @@ -32,6 +32,7 @@ CDataBase *gDataBase = NULL; CDataBase::CDataBase(const TCHAR *FileName) { InitDbInstance(this); + //RegisterServices(); size_t len = _tcslen(FileName); m_FileName[0] = new TCHAR[len + 1]; -- cgit v1.2.3