From 32fd17be5a09acff755cdc383a2eb156566cc21c Mon Sep 17 00:00:00 2001 From: Oleksandr Labetskyi Date: Fri, 2 Feb 2024 14:29:33 +0200 Subject: [PATCH] Fix tidy --- simplecpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplecpp.cpp b/simplecpp.cpp index e205a397..d9fd0087 100755 --- a/simplecpp.cpp +++ b/simplecpp.cpp @@ -386,7 +386,7 @@ class FileStream : public simplecpp::TokenList::Stream { , lastStatus(0) { if (!file) { - std::vector location; + const std::vector location; throw simplecpp::Output(location, simplecpp::Output::FILE_NOT_FOUND, "File is missing: " + filename); } init();