2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

boost/python/override.hpp: trac issue #4101

[SVN r72384]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-06-04 09:50:27 +00:00
parent 8e703e9569
commit 1212a14739

2
include/boost/python/override.hpp Executable file → Normal file
View File

@@ -77,7 +77,7 @@ namespace detail
template <class T>
T unchecked(type<T>* = 0)
{
return extract<T>(m_obj)();
return extract<T>(m_obj.get())();
}
private:
mutable handle<> m_obj;