And it compiled and worked? o.O

dev-ui
krzys-h 2013-03-31 10:26:37 +02:00
parent 0625f064a7
commit a6d68d58e5
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ CApplication::CApplication()
{
m_private = new ApplicationPrivate();
m_iMan = new CInstanceManager();
m_objMan = new CObjectManager;
m_objMan = new CObjectManager();
m_eventQueue = new CEventQueue();
m_profile = new CProfile();