summaryrefslogtreecommitdiff
path: root/libodbcpp/odbc-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libodbcpp/odbc-error.h')
-rw-r--r--libodbcpp/odbc-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/odbc-error.h b/libodbcpp/odbc-error.h
index fb9412c..addc528 100644
--- a/libodbcpp/odbc-error.h
+++ b/libodbcpp/odbc-error.h
@@ -11,7 +11,7 @@ namespace ODBC {
public:
Error(RETCODE err, SQLSMALLINT handletype, SQLHANDLE handle);
- std::string message() const throw() override;
+ std::string message() const noexcept override;
private:
std::string msg;