]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
Add a pair of colons which should fix some KILL messages being dropped and fix some...
[user/henk/code/inspircd.git] / include / socketengine.h
index 87913f0dbc8cca68bc7dd4574212d903afd60a50..e502a8c04cddb52544952f5300c2d2545ff8a07d 100644 (file)
@@ -276,7 +276,7 @@ public:
         * given event handler are within sensible ranges
         * which can be handled by the socket engine.
         */
-       bool BoundsCheckFd(EventHandler* eh);
+       virtual bool BoundsCheckFd(EventHandler* eh);
 };
 
 #endif