We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e0d79 commit 5b7663eCopy full SHA for 5b7663e
src/Mod/Spreadsheet/App/PropertySheet.cpp
@@ -111,7 +111,7 @@ Cell* PropertySheet::getValueFromAlias(const std::string& alias)
111
112
const Cell* PropertySheet::getValueFromAlias(const std::string& alias) const
113
{
114
- std::map<std::string, CellAddress>::const_iterator it = revAliasProp.find(alias);
+ std::map<std::string, CellAddress>::const_iterator it = revAliasProp.find(alias); // Lint here!
115
116
if (it != revAliasProp.end()) {
117
return getValue(it->second);
0 commit comments