summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 59a04f4..c42c8b0 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -95,6 +95,7 @@ CApplication::CApplication()
{
m_private = new ApplicationPrivate();
m_iMan = new CInstanceManager();
+ m_objMan = new CObjectManager;
m_eventQueue = new CEventQueue();
m_profile = new CProfile();