try to fix travis
This commit is contained in:
parent
9899e81f2e
commit
7383410d32
|
@ -1224,7 +1224,8 @@ std::map<std::string, simplecpp::TokenList*> simplecpp::load(const simplecpp::To
|
|||
|
||||
TokenList *tokens = new TokenList(f, fileNumbers, header2);
|
||||
ret[header2] = tokens;
|
||||
filelist.push_back(tokens->cbegin());
|
||||
if (tokens->cbegin())
|
||||
filelist.push_back(tokens->cbegin());
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue