]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Pedantic safe
[user/henk/code/inspircd.git] / include / configreader.h
index 940e4ab49abc49f7dcd53b8273943b5b7cbcf2e2..2bb7af091217e5fef51d2a8038dca673a4cc095a 100644 (file)
@@ -235,7 +235,7 @@ class CoreExport ServerConfig : public Extensible
 
        /** Check that there is only one of each configuration item
         */
-       bool CheckOnce(char* tag, bool bail, User* user);
+       bool CheckOnce(char* tag) throw (CoreException);
   
   public: