Skip to content

Commit 1212a14

Browse files
author
Ralf W. Grosse-Kunstleve
committed
boost/python/override.hpp: trac issue #4101
[SVN r72384]
1 parent 8e703e9 commit 1212a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/override.hpp

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace detail
7777
template <class T>
7878
T unchecked(type<T>* = 0)
7979
{
80-
return extract<T>(m_obj)();
80+
return extract<T>(m_obj.get())();
8181
}
8282
private:
8383
mutable handle<> m_obj;

0 commit comments

Comments
 (0)