Skip to content

Commit

Permalink
Re #4158. Fixing more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 4, 2012
1 parent be0540d commit 1906c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace Mantid
/// this function to the category "General" and the sub-category
/// "Muon\\Custom"
virtual const std::string category() const { return "C++ User Defined";}
virtual void functionDeriv(API::FunctionDomain& domain, API::Jacobian& out);
virtual void functionDeriv(const API::FunctionDomain& domain, API::Jacobian& out);

protected:
virtual void functionLocal(double* out, const double* xValues, const size_t nData)const;
Expand Down

0 comments on commit 1906c9e

Please sign in to comment.