summaryrefslogtreecommitdiff
path: root/odb/mysql/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/context.hxx')
-rw-r--r--odb/mysql/context.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/context.hxx b/odb/mysql/context.hxx
index 0dfb3ba..05b6639 100644
--- a/odb/mysql/context.hxx
+++ b/odb/mysql/context.hxx
@@ -120,6 +120,7 @@ namespace mysql
public:
context (std::ostream&, semantics::unit&, options_type const&);
context (context&);
+ context (context&, std::ostream&);
};
}