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