mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 11:29:09 -05:00
clang-tidy: fix readability-static-accessed-through-instance lints
This commit is contained in:
@@ -97,7 +97,7 @@ void cmWIXSourceWriter::AddTextNode(std::string const& text)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
File << this->EscapeAttributeValue(text);
|
File << cmWIXSourceWriter::EscapeAttributeValue(text);
|
||||||
State = DEFAULT;
|
State = DEFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user