Fix export issues with CellLocatorBase

This commit is contained in:
Kenneth Moreland 2020-09-30 10:29:47 -06:00
parent 8922f600e1
commit 47429a3164

@ -134,7 +134,7 @@ VTKM_DEPRECATED_SUPPRESS_END
/// `Update` and `PrepareForExecution` methods.
///
template <typename Derived>
class VTKM_CONT_EXPORT CellLocatorBase : public vtkm::cont::ExecutionObjectBase
class VTKM_ALWAYS_EXPORT CellLocatorBase : public vtkm::cont::ExecutionObjectBase
{
vtkm::cont::DynamicCellSet CellSet;
vtkm::cont::CoordinateSystem Coords;