Browse Source

Merge pull request #7514 from AttilaVamos/HPCC-13862-fix

HPCC-13862 Build errors in Rembed

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 10 years ago
parent
commit
4f22d07f14
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());
     }
     }
 };
 };