Skip to content

Commit ff734e3

Browse files
author
Ralf W. Grosse-Kunstleve
committed
MIPSpro compatibility
[SVN r17772]
1 parent d028a60 commit ff734e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/enum.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ inline enum_<T>& enum_<T>::value(char const* name, T x)
9292
template <class T>
9393
inline enum_<T>& enum_<T>::export_values()
9494
{
95-
this->enum_base::export_values();
95+
this->base::export_values();
9696
return *this;
9797
}
9898

0 commit comments

Comments
 (0)