mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06: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;
|
||||
}
|
||||
|
||||
File << this->EscapeAttributeValue(text);
|
||||
File << cmWIXSourceWriter::EscapeAttributeValue(text);
|
||||
State = DEFAULT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user