From 0a8624a39a7d0a99963153533a7ca3092154d3bd Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 14 Feb 2009 13:48:26 +0100 Subject: Nur ein paar kleinere Bug- und Warnungsfixes --- src/Common/ModuleManager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/ModuleManager.cpp') diff --git a/src/Common/ModuleManager.cpp b/src/Common/ModuleManager.cpp index 0e892c5..03ed880 100644 --- a/src/Common/ModuleManager.cpp +++ b/src/Common/ModuleManager.cpp @@ -34,6 +34,8 @@ ModuleManager ModuleManager::moduleManager; int ModuleManager::preopenCallback(lt_dlhandle handle) { moduleManager.modules.insert(std::make_pair(lt_dlgetinfo(handle)->name, std::make_pair(handle, false))); + + return 0; } void ModuleManager::doInit() { -- cgit v1.2.3