diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-05-17 10:59:02 -0400 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-05-17 14:58:18 -0400 |
commit | 30df328918e2017f17fec47ec80273910df5e6c5 (patch) | |
tree | 7f70e9e3f81973dc76062fc3e1ad869767725e6b | |
parent | d062cc21ae1dc530a21017dfbf841e557d64c6c3 (diff) |
Fix invalid export macro
-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 (); |