mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08: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