mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #1206 fixed nelContext bug
This commit is contained in:
parent
499f2d83c1
commit
55c9802c55
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ CFileDisplayer *s_FileDisplayer = NULL;
|
||||||
sint main(int argc, char **argv)
|
sint main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
// go nel!
|
// go nel!
|
||||||
|
new NLMISC::CApplicationContext;
|
||||||
{
|
{
|
||||||
// use log.log if NEL_LOG_IN_FILE and NLQT_USE_LOG_LOG defined as 1
|
// use log.log if NEL_LOG_IN_FILE and NLQT_USE_LOG_LOG defined as 1
|
||||||
createDebug(NULL, NLQT_USE_LOG_LOG, false);
|
createDebug(NULL, NLQT_USE_LOG_LOG, false);
|
||||||
|
|
Loading…
Reference in a new issue