Skip to content

Commit 0cbd414

Browse files
committed
C++: Update 'DataFlow.qll' to align with the changes in github/codeql#15853.
1 parent f1ee7e9 commit 0cbd414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/dataflow/DataFlow.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ import cpp
3131
module DataFlow {
3232
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
3333
private import codeql.dataflow.DataFlow
34-
import DataFlowMake<CppOldDataFlow>
34+
import DataFlowMake<Location, CppOldDataFlow>
3535
import semmle.code.cpp.dataflow.internal.DataFlowImpl1
3636
}

0 commit comments

Comments
 (0)