diff options
-rw-r--r-- | odb/sqlite/exceptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/exceptions.hxx b/odb/sqlite/exceptions.hxx index be13bbe..8a21d5e 100644 --- a/odb/sqlite/exceptions.hxx +++ b/odb/sqlite/exceptions.hxx @@ -25,7 +25,7 @@ namespace odb // See the SQLITE_ABORT_ROLLBACK extended error code for detail on this // behavior. // - struct LIBODB_EXPORT forced_rollback: recoverable + struct LIBODB_SQLITE_EXPORT forced_rollback: recoverable { virtual const char* what () const throw (); |