fixed Ubuntu build

This commit is contained in:
matlabbe
2016-01-05 15:44:34 -05:00
parent 2108f449b3
commit 389d29ebf5
7 changed files with 10 additions and 11 deletions

View File

@@ -192,7 +192,7 @@ bool importPoses(
std::string str;
std::getline(file, str);
if(str.front() == '#' || str.empty())
if(str.at(0) == '#' || str.empty())
{
continue;
}