From 1731a0daf67431c3f0049e211c8d22ec5be090ba Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Fri, 24 Jul 2015 16:56:49 +0100 Subject: [PATCH] USAGE_DEPRECATED macro used for getScalarArrayField --- src/pv/pvData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/pvData.h b/src/pv/pvData.h index e54d636..30f8ef7 100644 --- a/src/pv/pvData.h +++ b/src/pv/pvData.h @@ -908,7 +908,7 @@ public: * @return Pointer to the field of null if a field with that name and type does not exist. */ PVScalarArrayPtr getScalarArrayField( - std::string const &fieldName,ScalarType elementType); + std::string const &fieldName,ScalarType elementType) USAGE_DEPRECATED; /** * Get a structureArray field with the specified name. * @deprecated No longer needed. Use template version of getSubField