Skip to content

Commit 5b7663e

Browse files
committed
Spreadsheet: Touch a line with lint on it
1 parent 84e0d79 commit 5b7663e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Spreadsheet/App/PropertySheet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Cell* PropertySheet::getValueFromAlias(const std::string& alias)
111111

112112
const Cell* PropertySheet::getValueFromAlias(const std::string& alias) const
113113
{
114-
std::map<std::string, CellAddress>::const_iterator it = revAliasProp.find(alias);
114+
std::map<std::string, CellAddress>::const_iterator it = revAliasProp.find(alias); // Lint here!
115115

116116
if (it != revAliasProp.end()) {
117117
return getValue(it->second);

0 commit comments

Comments
 (0)