Skip to content
Snippets Groups Projects
Commit 73dbd794 authored by Simon Heybrock's avatar Simon Heybrock
Browse files

Re #21128. Missing DLL export macros.

parent d2f0409f
No related branches found
No related tags found
No related merge requests found
......@@ -261,9 +261,10 @@ void IndexInfo::makeSpectrumNumberTranslator(
std::move(spectrumNumbers), std::move(partitioner), partition);
}
template IndexInfo::IndexInfo(std::vector<SpectrumNumber>, const IndexInfo &);
template IndexInfo::IndexInfo(std::vector<GlobalSpectrumIndex>,
const IndexInfo &);
template MANTID_INDEXING_DLL IndexInfo::IndexInfo(std::vector<SpectrumNumber>,
const IndexInfo &);
template MANTID_INDEXING_DLL
IndexInfo::IndexInfo(std::vector<GlobalSpectrumIndex>, const IndexInfo &);
} // namespace Indexing
} // namespace Mantid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment