mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: Fix Code Scanning error.
This commit is contained in:
@@ -839,7 +839,7 @@ private newtype TContentApprox =
|
||||
|
||||
/** An approximated `Content`. */
|
||||
class ContentApprox extends TContentApprox {
|
||||
string toString() { none() } // overriden in subclasses
|
||||
string toString() { none() } // overridden in subclasses
|
||||
}
|
||||
|
||||
private class FieldApproxContent extends ContentApprox, TFieldApproxContent {
|
||||
|
||||
Reference in New Issue
Block a user