From d3c7457dda8555e410f4fbc36bb1b1b4cb0ae3f2 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 23 Oct 2007 19:46:47 +0000 Subject: Pedantic safe git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8314 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 940e4ab49..2bb7af091 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -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: -- cgit v1.2.3