use getSubField

This commit is contained in:
Michael Davidsaver
2015-06-22 15:04:44 -04:00
parent 63ebdce9dd
commit ef46931276
8 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ public:
// NTURI support
PVStructure::shared_pointer args(
(starts_with(arguments->getStructure()->getID(), "epics:nt/NTURI:1.")) ?
arguments->getStructureField("query") :
arguments->getSubField<PVStructure>("query") :
arguments
);