From 0a41dbb443a94c9b65ce21ab8cdeae9768301ced Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 12 Jul 2017 15:46:01 +0200 Subject: [PATCH] ScalarTypeFunc::allocArray missing export --- src/misc/pv/sharedVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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