aboutsummaryrefslogtreecommitdiff
path: root/common/template/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/template/driver.cxx')
-rw-r--r--common/template/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/template/driver.cxx b/common/template/driver.cxx
index 495365b..8fc92b8 100644
--- a/common/template/driver.cxx
+++ b/common/template/driver.cxx
@@ -32,7 +32,7 @@ main (int argc, char* argv[])
//
cout << "test 001" << endl;
{
- transaction t (db->begin_transaction ());
+ transaction t (db->begin ());
t.commit ();
}
}