diff --git a/src/app/app.cpp b/src/app/app.cpp index c42c8b02..0d7a8a16 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -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();