Browse Source

HPCC-13862 Build errors in Rembed

Fix build error cause by the changes in HPCC-13496

Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
Attila Vamos 10 years ago
parent
commit
e91dcca556
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Rembed/Rembed.cpp

+ 1 - 1
plugins/Rembed/Rembed.cpp

@@ -285,7 +285,7 @@ public:
 protected:
 protected:
     void addField(const RtlFieldInfo * field)
     void addField(const RtlFieldInfo * field)
     {
     {
-        namevec.push_back(field->name->str());
+        namevec.push_back(field->name->queryStr());
     }
     }
 };
 };