Skip to content
Snippets Groups Projects
Commit 97db9519 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: fully qualify string

parent 121650a0
Branches
Tags
No related merge requests found
......@@ -248,7 +248,7 @@ public:
/**
* \return the name of fields in the node.
*/
std::vector<string> GetFieldList() const;
std::vector<std::string> GetFieldList() const;
/**
* Clear all fields.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment