From f0ae16ba30c4ea4dc0e4a784739eaad77d4373c3 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 17 May 2013 10:59:02 -0400
Subject: Fix invalid export macro

---
 odb/sqlite/exceptions.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ();
-- 
cgit v1.1