mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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