Skip to content

Commit fff0025

Browse files
author
Tal Hadad
committed
tidy fix
1 parent 29be078 commit fff0025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplecpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3174,7 +3174,7 @@ static std::string getIncludePathFileName(const std::string &includePath, const
31743174
std::string basePath = toAbsolutePath(includePath);
31753175
if (!basePath.empty() && basePath[basePath.size()-1U]!='/' && basePath[basePath.size()-1U]!='\\')
31763176
basePath += '/';
3177-
std::string absolutesimplifiedHeaderPath = basePath + simplifiedHeader;
3177+
const std::string absolutesimplifiedHeaderPath = basePath + simplifiedHeader;
31783178
return extractRelativePathFromAbsolute(absolutesimplifiedHeaderPath).first;
31793179
}
31803180

0 commit comments

Comments
 (0)