aboutsummaryrefslogtreecommitdiffstats
path: root/interface/pymodel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/pymodel.hpp')
-rw-r--r--interface/pymodel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/pymodel.hpp b/interface/pymodel.hpp
index 8165d6d..3a8b495 100644
--- a/interface/pymodel.hpp
+++ b/interface/pymodel.hpp
@@ -123,7 +123,7 @@ namespace opt_utilities
typename element_type_trait<Tp>::element_type pvalue=
boost::python::extract<typename element_type_trait<Tp>::element_type>(args_values[i]);
- push_param_info(param_info<Tp,std::string>(pname,pvalue));
+ this->push_param_info(param_info<Tp,std::string>(pname,pvalue));
}
}
private: