From ff734e3269b9789e2e08de650c55c31afc5d83ac Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sat, 8 Mar 2003 00:25:47 +0000 Subject: [PATCH] MIPSpro compatibility [SVN r17772] --- include/boost/python/enum.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/enum.hpp b/include/boost/python/enum.hpp index b1fac410..02092510 100644 --- a/include/boost/python/enum.hpp +++ b/include/boost/python/enum.hpp @@ -92,7 +92,7 @@ inline enum_& enum_::value(char const* name, T x) template inline enum_& enum_::export_values() { - this->enum_base::export_values(); + this->base::export_values(); return *this; }