]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Move command-line items to CommandLineConf
[user/henk/code/inspircd.git] / include / dns.h
index eeaad4ef8c361e92098349df7352a56d2064384f..e2f151d61a2a00a2f6699a6248566f99f039dbfa 100644 (file)
@@ -251,7 +251,7 @@ class CoreExport Resolver
         * whilst lookups are in progress, they can be safely removed and your module will not
         * crash the server.
         */
-       Resolver(const std::string &source, QueryType qt, bool &cached, Module* creator = NULL);
+       Resolver(const std::string &source, QueryType qt, bool &cached, Module* creator);
 
        /**
         * The default destructor does nothing.