And it compiled and worked? o.O
parent
0625f064a7
commit
a6d68d58e5
src/app
|
@ -95,7 +95,7 @@ CApplication::CApplication()
|
||||||
{
|
{
|
||||||
m_private = new ApplicationPrivate();
|
m_private = new ApplicationPrivate();
|
||||||
m_iMan = new CInstanceManager();
|
m_iMan = new CInstanceManager();
|
||||||
m_objMan = new CObjectManager;
|
m_objMan = new CObjectManager();
|
||||||
m_eventQueue = new CEventQueue();
|
m_eventQueue = new CEventQueue();
|
||||||
m_profile = new CProfile();
|
m_profile = new CProfile();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue