]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine_select.h
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / include / socketengine_select.h
index 37a6fc1b61cc5d1de41342f3fe30cd0f55fab885..f6c03409190c225ee6ad792584ca6e1512b77aed 100644 (file)
@@ -62,7 +62,7 @@ class SocketEngineFactory
 public:
        /** Create a new instance of SocketEngine based on SelectEngine
         */
-       SocketEngine* Create(InspIRCd* Instance) { return new SelectEngine(InspIRCd* Instance); }
+       SocketEngine* Create(InspIRCd* Instance) { return new SelectEngine(Instance); }
 };
 
 #endif