aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/blob-stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/blob-stream.hxx')
-rw-r--r--odb/sqlite/blob-stream.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/sqlite/blob-stream.hxx b/odb/sqlite/blob-stream.hxx
index 58be6ba..a2a1727 100644
--- a/odb/sqlite/blob-stream.hxx
+++ b/odb/sqlite/blob-stream.hxx
@@ -9,13 +9,12 @@
#include <odb/sqlite/blob.hxx>
#include <odb/sqlite/stream.hxx>
-#include <odb/sqlite/details/export.hxx>
namespace odb
{
namespace sqlite
{
- class LIBODB_SQLITE_EXPORT blob_stream: public stream
+ class blob_stream: public stream
{
public:
blob_stream (const blob& b, bool rw)