diff options
Diffstat (limited to 'python/py_timelog.cc')
-rw-r--r-- | python/py_timelog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/py_timelog.cc b/python/py_timelog.cc index 127bf641..03416ec2 100644 --- a/python/py_timelog.cc +++ b/python/py_timelog.cc @@ -47,7 +47,7 @@ using namespace boost::python; void export_timelog() { #if 0 - class_< time_entry_t > ("TimeEntry") + class_< time_xact_t > ("TimeXact") ; class_< time_log_t > ("TimeLog") ; |