SqlCtrl: fixed INITIALIZER issue

git-svn-id: svn://ultimatepp.org/upp/trunk@10427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-11-13 22:52:13 +00:00
parent 3167bce150
commit 9258855265
2 changed files with 3 additions and 3 deletions

View file

@ -243,8 +243,8 @@ inline void SQLCommander() { SQLCommander(SQL.GetSession()); }
#endif
void SQLObjectTree(SqlSession& session APPSQLSESSION);
}
INITIALIZE(SqlCtrl)
}
#endif

View file

@ -5,6 +5,6 @@ namespace Upp {
#define TFILE <SqlCtrl/SqlCtrl.t>
#include <Core/t.h>
INITIALIZER(SqlCtrl)
INITIALIZER(SqlCtrl) {}
}