mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
SqlCtrl: fixed INITIALIZER issue
git-svn-id: svn://ultimatepp.org/upp/trunk@10427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3167bce150
commit
9258855265
2 changed files with 3 additions and 3 deletions
|
|
@ -243,8 +243,8 @@ inline void SQLCommander() { SQLCommander(SQL.GetSession()); }
|
|||
#endif
|
||||
void SQLObjectTree(SqlSession& session APPSQLSESSION);
|
||||
|
||||
}
|
||||
|
||||
INITIALIZE(SqlCtrl)
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ namespace Upp {
|
|||
#define TFILE <SqlCtrl/SqlCtrl.t>
|
||||
#include <Core/t.h>
|
||||
|
||||
INITIALIZER(SqlCtrl)
|
||||
INITIALIZER(SqlCtrl) {}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue