Skip to content

Commit 512e271

Browse files
committed
Make new predicate private
1 parent 097681e commit 512e271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ module CsvValidation {
353353
)
354354
}
355355

356-
string getIncorrectConstructorSummaryOutput() {
356+
private string getIncorrectConstructorSummaryOutput() {
357357
exists(string namespace, string type, string name, string output |
358358
type = name or
359359
type = name + "<" + any(string s)

0 commit comments

Comments
 (0)