summaryrefslogtreecommitdiffstats
path: root/src/Core
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-11-17 08:25:02 +0100
committerMatthias Schiffer <matthias@gamezock.de>2008-11-17 08:25:02 +0100
commit62ca019532b28527facf6ab133742c2a190f15d6 (patch)
tree2b02963ed8a8a0d21dbe42885c2e284d3c60620c /src/Core
parent2b83ae7c71dc706fb4fd7b4efc4a8ffee8dfe522 (diff)
downloadmad-62ca019532b28527facf6ab133742c2a190f15d6.tar
mad-62ca019532b28527facf6ab133742c2a190f15d6.zip
Configurable von Initializable ableiten; InformationManager ist jetzt auch ein Initializable
Diffstat (limited to 'src/Core')
-rw-r--r--src/Core/ConnectionManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/ConnectionManager.h b/src/Core/ConnectionManager.h
index e9565f9..888255a 100644
--- a/src/Core/ConnectionManager.h
+++ b/src/Core/ConnectionManager.h
@@ -43,7 +43,7 @@ class Packet;
namespace Core {
-class ConnectionManager : public Common::Initializable, public Common::Configurable {
+class ConnectionManager : public Common::Configurable {
private:
static ConnectionManager connectionManager;