summaryrefslogtreecommitdiff
path: root/src/pyutils.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-05 02:27:08 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-05 02:27:42 -0500
commit8bd16b2e8e61f914767e3d0973e83f7326f11cbc (patch)
treeb7438f5e856b6d1be7fd1ab0c806d9eed9fa081e /src/pyutils.h
parent34ee358f5e16d4018adf3db5dac31d2d9c16b9f5 (diff)
downloadfork-ledger-8bd16b2e8e61f914767e3d0973e83f7326f11cbc.tar.gz
fork-ledger-8bd16b2e8e61f914767e3d0973e83f7326f11cbc.tar.bz2
fork-ledger-8bd16b2e8e61f914767e3d0973e83f7326f11cbc.zip
Simplified usage of Boost.Python in several cases
Diffstat (limited to 'src/pyutils.h')
-rw-r--r--src/pyutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyutils.h b/src/pyutils.h
index d9b94d50..5709eb35 100644
--- a/src/pyutils.h
+++ b/src/pyutils.h
@@ -32,7 +32,6 @@
#ifndef _PY_UTILS_H
#define _PY_UTILS_H
-
template <typename T, typename TfromPy>
struct object_from_python
{