X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_sqlv2.h;h=a48b9b147c6fe806d7c6a1bd9116de0063516b47;hb=5a88424dbb33ac825aa0b9b6525179329ee75519;hp=76d39a8f63bccfbed96095ed62011d61f72507a3;hpb=c86ee8c8d2f39fe2ae2f6d5f9b597b2a31708575;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_sqlv2.h b/src/modules/extra/m_sqlv2.h index 76d39a8f6..a48b9b147 100644 --- a/src/modules/extra/m_sqlv2.h +++ b/src/modules/extra/m_sqlv2.h @@ -30,6 +30,7 @@ typedef std::deque ParamL; */ class SQLexception : public ModuleException { + public: SQLexception(const std::string &reason) : ModuleException(reason) { }