Changed: #1206 fixed nelContext bug

This commit is contained in:
dnk-88 2010-12-07 14:40:45 +02:00
parent 6e658e67fc
commit 7be0ec4e3b

View file

@ -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);