diff options
-rw-r--r-- | odb/database.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/database.hxx b/odb/database.hxx index 7dd1f5d..7db04c8 100644 --- a/odb/database.hxx +++ b/odb/database.hxx @@ -101,7 +101,7 @@ namespace odb // public: virtual transaction_impl* - begin_transaction () = 0; + begin () = 0; protected: database (); |