aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-05-17 10:59:02 -0400
committerBoris Kolpackov <boris@codesynthesis.com>2013-05-17 10:59:02 -0400
commitf0ae16ba30c4ea4dc0e4a784739eaad77d4373c3 (patch)
treece421e6d6ab09356769bbf09d2de57a2c38b93c9
parent04930bfe2200f3039a48318d891a17e0ba63f9cd (diff)
Fix invalid export macro
-rw-r--r--odb/sqlite/exceptions.hxx2
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 ();