Skip to content

Commit

Permalink
Fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
olabetskyi committed Feb 2, 2024
1 parent 87bebaa commit 32fd17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplecpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class FileStream : public simplecpp::TokenList::Stream {
, lastStatus(0)
{
if (!file) {
std::vector<std::string> location;
const std::vector<std::string> location;
throw simplecpp::Output(location, simplecpp::Output::FILE_NOT_FOUND, "File is missing: " + filename);
}
init();
Expand Down

0 comments on commit 32fd17b

Please sign in to comment.