Skip to content

Commit

Permalink
fix forward delcaration on windoze, re #11124
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Mar 26, 2015
1 parent 994a6f1 commit fb4ac6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ class MANTID_API_DLL RemoteJobManagerFactoryImpl
#ifdef _WIN32
// this breaks new namespace declaraion rules; need to find a better fix
template class MANTID_API_DLL
Mantid::Kernel::SingletonHolder<FunctionFactoryImpl>;
Mantid::Kernel::SingletonHolder<RemoteJobManagerFactoryImpl>;
#endif /* _WIN32 */

// The factory is just a specialisation of SingletonHolder
Expand Down

0 comments on commit fb4ac6c

Please sign in to comment.