Skip to content

Commit

Permalink
Refs #10135. Fixing singleton compilation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Sep 11, 2014
1 parent 94e3a75 commit 1ba49c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -83,7 +83,7 @@ namespace Geometry

// This is taken from FuncMinimizerFactory
#ifdef _WIN32
template class MANTID_GEOMETRY_DLL Mantid::Kernel::SingletonHolder<PointGroupFactory>;
template class MANTID_GEOMETRY_DLL Mantid::Kernel::SingletonHolder<PointGroupFactoryImpl>;
#endif

typedef Mantid::Kernel::SingletonHolder<PointGroupFactoryImpl> PointGroupFactory;
Expand Down
Expand Up @@ -76,7 +76,7 @@ namespace Geometry

// This is taken from FuncMinimizerFactory
#ifdef _WIN32
template class MANTID_GEOMETRY_DLL Mantid::Kernel::SingletonHolder<SymmetryOperationFactory>;
template class MANTID_GEOMETRY_DLL Mantid::Kernel::SingletonHolder<SymmetryOperationFactoryImpl>;
#endif

typedef Mantid::Kernel::SingletonHolder<SymmetryOperationFactoryImpl> SymmetryOperationFactory;
Expand Down

0 comments on commit 1ba49c6

Please sign in to comment.