C++: Fix import conflict.

This commit is contained in:
Anders Schack-Mulligen
2023-09-22 15:00:23 +02:00
parent 66da997b7b
commit ae278fcad7

View File

@@ -18,4 +18,6 @@ module CppDataFlow implements InputSig {
import Public
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
predicate getAdditionalFlowIntoCallNodeTerm = Private::getAdditionalFlowIntoCallNodeTerm/2;
}