Skip to content

Commit

Permalink
refs #3763 fixing Unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Nov 3, 2011
1 parent f301e16 commit 7671abb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -42,11 +42,12 @@ namespace Kernel
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
template <typename TYPE>
class DLLExport ValidatorSignalChange : public IValidator<TYPE>, public boost::signal<void (const Property *)>
class DLLExport ValidatorSignalChange : public IValidator< TYPE >, public boost::signal<void (const Property *)>
{
public:
/// Constructor
ValidatorSignalChange(const Property *pProp):
IValidator<TYPE>() ,
pPropObserved(pProp)
{}

Expand Down

0 comments on commit 7671abb

Please sign in to comment.