]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Make SQLexception inherit ModuleException
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 20 Jul 2006 19:06:31 +0000 (19:06 +0000)
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 20 Jul 2006 19:06:31 +0000 (19:06 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4468 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_sqlv2.h

index 0a14124bcda84e4616eb62b80fbad37a1954bcef..714af2db6eea4b0c72533c79be406600d5c9f82b 100644 (file)
@@ -12,7 +12,7 @@
 
 enum SQLerrorNum { NO_ERROR, BAD_DBID, BAD_CONN, QSEND_FAIL };
 
-class SQLexception
+class SQLexception : public ModuleException
 {
 };