znone
2021-02-02 31e241f559537a176869bf2aab5d37289e857a82
include/qtl_mysql.hpp
@@ -214,7 +214,7 @@
   virtual ~error() throw() { }
   int code() const throw() { return m_error; }
   operator bool() const { return m_error != 0;  }
   virtual const char* what() const throw() override { return m_errmsg.data(); }
   virtual const char* what() const NOEXCEPT override { return m_errmsg.data(); }
private:
   unsigned int m_error;
   std::string m_errmsg;