Skip to content

Commit

Permalink
refs #4119 Trying to fix unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 9, 2011
1 parent 165150d commit 5c66fc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ListAnyValidator : public IValidator<TYPE>
m_allowedValues.insert(value);
}

virtual typename IValidator<TYPE>* clone(){ return new ListAnyValidator<TYPE>(*this); }
virtual IValidator<TYPE>* clone(){ return new ListAnyValidator<TYPE>(*this); }

protected:
/** Checks if the string passed is in the list
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/Kernel/src/ListValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidKernel/ListValidator.h"
#include <algorithm>

namespace Mantid
{
Expand Down

0 comments on commit 5c66fc3

Please sign in to comment.