Skip to content

Commit 2328141

Browse files
committed
C++: Make bounds import private to preserve API
1 parent 6db7281 commit 2328141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisStage.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ signature module BoundSig<DeltaSig D> {
240240
}
241241

242242
module RangeStage<DeltaSig D, BoundSig<D> Bounds, LangSig<D> LangParam, UtilSig<D> UtilParam> {
243-
import Bounds // TODO: remove this import?
243+
private import Bounds // TODO: remove this import?
244244

245245
/**
246246
* An expression that does conversion, boxing, or unboxing

0 commit comments

Comments
 (0)