diff options
Diffstat (limited to 'python/pyledger.cc')
-rw-r--r-- | python/pyledger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyledger.cc b/python/pyledger.cc index c03dd651..1a5b42f4 100644 --- a/python/pyledger.cc +++ b/python/pyledger.cc @@ -33,7 +33,7 @@ using namespace boost::python; -ledger::session_t python_session; +ledger::python_interpreter_t python_session; namespace ledger { extern void initialize_for_python(); |