Skip to content

Commit 7f5f6b1

Browse files
committed
C++: Make FieldContent private again
1 parent 69c1ead commit 7f5f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class Content extends TContent {
177177
}
178178
}
179179

180-
class FieldContent extends Content, TFieldContent {
180+
private class FieldContent extends Content, TFieldContent {
181181
Class c;
182182
int startBit;
183183
int endBit;

0 commit comments

Comments
 (0)