And it compiled and worked? o.O
parent
0625f064a7
commit
a6d68d58e5
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue