]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_sqlv2.h
This is better now.
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlv2.h
index 76d39a8f63bccfbed96095ed62011d61f72507a3..a48b9b147c6fe806d7c6a1bd9116de0063516b47 100644 (file)
@@ -30,6 +30,7 @@ typedef std::deque<std::string> ParamL;
  */
 class SQLexception : public ModuleException
 {
+ public:
        SQLexception(const std::string &reason) : ModuleException(reason)
        {
        }