diff --git a/src/misc/pv/sharedVector.h b/src/misc/pv/sharedVector.h index eaaf95b..b5e0fcd 100644 --- a/src/misc/pv/sharedVector.h +++ b/src/misc/pv/sharedVector.h @@ -817,7 +817,7 @@ const_shared_vector_cast(shared_vector& src) namespace ScalarTypeFunc { //! Allocate an untyped array based on ScalarType - shared_vector allocArray(ScalarType id, size_t len); + epicsShareFunc shared_vector allocArray(ScalarType id, size_t len); //! Allocate an untyped array based on ScalarType template