diff --git a/Code/Mantid/Framework/Geometry/src/Crystal/PointGroupFactory.cpp b/Code/Mantid/Framework/Geometry/src/Crystal/PointGroupFactory.cpp index 7faf3c7ad43c..3b5fd78812fa 100644 --- a/Code/Mantid/Framework/Geometry/src/Crystal/PointGroupFactory.cpp +++ b/Code/Mantid/Framework/Geometry/src/Crystal/PointGroupFactory.cpp @@ -40,7 +40,8 @@ std::vector PointGroupFactoryImpl::getPointGroupSymbols(const Point } /// Private default constructor. -PointGroupFactoryImpl::PointGroupFactoryImpl() : Kernel::DynamicFactory() +PointGroupFactoryImpl::PointGroupFactoryImpl() : Kernel::DynamicFactory(), + m_crystalSystemMap() { Kernel::LibraryManager::Instance(); }