summaryrefslogtreecommitdiff
path: root/plugins/Dbx_tree/src/DataBase.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-10-15 19:20:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-10-15 19:20:04 +0000
commitebef37bfd2ef5e4b8c6adcd9a9526c1598ee4b41 (patch)
tree21f077a620b39a17f7d0ea89226557234ae156c0 /plugins/Dbx_tree/src/DataBase.cpp
parent4b82767c843b4fe3b951bec8adf8f5e532f6ccb3 (diff)
forgotten clutch extermination, amdg
git-svn-id: http://svn.miranda-ng.org/main/trunk@1949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/src/DataBase.cpp')
-rw-r--r--plugins/Dbx_tree/src/DataBase.cpp1
1 files changed, 1 insertions, 0 deletions
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];