From a6d68d58e57f300fb4a1e87b1263460639f09322 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sun, 31 Mar 2013 10:26:37 +0200 Subject: And it compiled and worked? o.O --- src/app/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.cpp b/src/app/app.cpp index c42c8b0..0d7a8a1 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(); -- cgit v1.2.3-1-g7c22