Oracle: INITIALIZER fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@10435 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-11-14 09:14:12 +00:00
parent 3a4c5f7207
commit 1748b90d3f
2 changed files with 3 additions and 3 deletions

View file

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