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

WRG: signed/unsigned

parent 97db9519
Branches
Tags
No related merge requests found
...@@ -171,7 +171,7 @@ VectorDataKeywordlist ...@@ -171,7 +171,7 @@ VectorDataKeywordlist
::GetFieldList() const ::GetFieldList() const
{ {
std::vector<std::string> res; std::vector<std::string> res;
for (int i = 0; i < m_FieldList.size(); ++i) for (unsigned int i = 0; i < m_FieldList.size(); ++i)
{ {
res.push_back((m_FieldList[i].first)->GetNameRef()); res.push_back((m_FieldList[i].first)->GetNameRef());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment