summaryrefslogtreecommitdiffstats
path: root/src/Common/Application.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-07-01 16:36:27 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-07-01 16:36:27 +0200
commitf66a36de911ca01a0b109a9a145a5b46bebdd0e1 (patch)
tree0ff46ca2510df2e38cbe174697368720cd9c6c23 /src/Common/Application.cpp
parentc9c2e1401bae1938fe392f6ee0903939b63b050c (diff)
downloadmad-f66a36de911ca01a0b109a9a145a5b46bebdd0e1.tar
mad-f66a36de911ca01a0b109a9a145a5b46bebdd0e1.zip
UserCache: Ordentliche Debug-Ausgaben
Diffstat (limited to 'src/Common/Application.cpp')
-rw-r--r--src/Common/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Application.cpp b/src/Common/Application.cpp
index 6eca8d3..2b3ff9e 100644
--- a/src/Common/Application.cpp
+++ b/src/Common/Application.cpp
@@ -27,7 +27,7 @@ namespace Mad {
namespace Common {
Application::Application(bool server) : moduleManager(new ModuleManager(this)), requestManager(new RequestManager(this, server)),
-systemManager(new SystemManager), userManager(new UserManager) {}
+systemManager(new SystemManager), userManager(new UserManager(this)) {}
Application::~Application() {
delete userManager;