Skip to content

Commit

Permalink
Refs #4399. Fix function pointer definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 14, 2012
1 parent db206fb commit 0daa68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
boost::python::bases<Mantid::Kernel::IValidator>,\
boost::noncopyable\
>("TypedValidator_"#Type, boost::python::no_init)\
.def("isValid", &Mantid::Kernel::TypedValidator<Type>::isValid, \
.def("isValid", &Mantid::Kernel::TypedValidator<Type>::isValid<Type>, \
"Returns an empty string if the value is considered valid, otherwise a string defining the error is returned.")

#endif // MANTID_PYTHONINTERFACE_TYPEDVALIDATOREXPORT_MACRO_H_

0 comments on commit 0daa68a

Please sign in to comment.