aboutsummaryrefslogtreecommitdiff
path: root/odb/details/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/exception.hxx')
-rw-r--r--odb/details/exception.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx
index 6838801..37ee1c9 100644
--- a/odb/details/exception.hxx
+++ b/odb/details/exception.hxx
@@ -9,15 +9,11 @@
#include <odb/exception.hxx>
-#include <odb/details/export.hxx>
-
namespace odb
{
namespace details
{
- struct LIBODB_EXPORT exception: odb::exception
- {
- };
+ struct exception: odb::exception {};
}
}