mirror of
https://github.com/boostorg/python.git
synced 2026-01-30 20:12:37 +00:00
Missing this-> inserted (due to EDG 245 diagnostics)
[SVN r12261]
This commit is contained in:
@@ -162,7 +162,7 @@ T unwrap_more_<T>::operator*()
|
||||
template <class T>
|
||||
unwrap_<T>::~unwrap_()
|
||||
{
|
||||
destroy();
|
||||
this->destroy();
|
||||
}
|
||||
|
||||
}}} // namespace boost::python::converter
|
||||
|
||||
@@ -158,7 +158,7 @@ wrap_<T>::wrap_()
|
||||
template <class T>
|
||||
wrap_<T>::~wrap_()
|
||||
{
|
||||
destroy();
|
||||
this->destroy();
|
||||
}
|
||||
|
||||
}}} // namespace boost::python::converter
|
||||
|
||||
Reference in New Issue
Block a user