aboutsummaryrefslogtreecommitdiff
path: root/tracer/template/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tracer/template/driver.cxx')
-rw-r--r--tracer/template/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracer/template/driver.cxx b/tracer/template/driver.cxx
index c727fac..3b92d4f 100644
--- a/tracer/template/driver.cxx
+++ b/tracer/template/driver.cxx
@@ -29,7 +29,7 @@ main ()
//
cout << "test 001" << endl;
{
- transaction t (db.begin_transaction ());
+ transaction t (db.begin ());
t.commit ();
}
}