aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 8a50605..cf9d8e5 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -21609,8 +21609,8 @@ namespace odb
class single_connection: public connection
{
public:
- single_connection (database_type&);
- single_connection (database_type&, MYSQL*);
+ single_connection (database&, int extra_flags = 0);
+ single_connection (database&, sqlite3*);
};
typedef details::shared_ptr<single_connection> single_connection_ptr;