From 9044bf168ab0d8d6df03034898b1e5a4cb1559e8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 May 2007 09:27:26 +0000 Subject: *** no comment *** --- src/py_journal.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/py_journal.cc') diff --git a/src/py_journal.cc b/src/py_journal.cc index 4c3f0fa3..e7cd600a 100644 --- a/src/py_journal.cc +++ b/src/py_journal.cc @@ -291,8 +291,7 @@ void export_journal() ; class_< account_t > - ("Account", - init >() + ("Account", init >() [with_custodian_and_ward<1, 2>()]) .def(self == self) .def(self != self) -- cgit v1.2.3