clang-tidy: fix readability-static-accessed-through-instance
lints
This commit is contained in:
parent
3d03629f20
commit
a19ec77200
@ -97,7 +97,7 @@ void cmWIXSourceWriter::AddTextNode(std::string const& text)
|
||||
return;
|
||||
}
|
||||
|
||||
File << this->EscapeAttributeValue(text);
|
||||
File << cmWIXSourceWriter::EscapeAttributeValue(text);
|
||||
State = DEFAULT;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user