Move another FunctionInterface manipulation to be exclusively control

This commit is contained in:
Kenneth Moreland 2015-01-15 22:42:36 -07:00
parent 51b5cc63c4
commit 76ac77b2e5

@ -86,7 +86,7 @@ struct Invocation
/// \c Parameters are replaced with those provided.
///
template<typename NewParameterInterface>
VTKM_EXEC_CONT_EXPORT
VTKM_CONT_EXPORT
typename ChangeParametersType<NewParameterInterface>::type
ChangeParameters(NewParameterInterface newParameters) const {
return typename ChangeParametersType<NewParameterInterface>::type(