Skip to content

Commit

Permalink
Re #4158. Fixing the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 2, 2012
1 parent 59187a3 commit 8ec6c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/FunctionFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ namespace API
for( std::vector<std::string>::const_iterator it = names.begin();
it != names.end(); ++it )
{
IFunction_sptr func = this->createFitFunction(*it);
boost::shared_ptr<IFunction> func = this->createFitFunction(*it);
if ( func && dynamic_cast<FunctionType*>(func.get()) )
{
typeNames.push_back(*it);
Expand Down

0 comments on commit 8ec6c3f

Please sign in to comment.