diff --git a/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/propagation/PointsToMap.java b/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/propagation/PointsToMap.java index 8f6de13ba..6ee8e8081 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/propagation/PointsToMap.java +++ b/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/propagation/PointsToMap.java @@ -26,7 +26,7 @@ import com.ibm.wala.util.intset.MutableMapping; /** * An object that tracks the mapping between pointer keys and points-to set variables */ -class PointsToMap { +public class PointsToMap { /** * An object that manages the numbering of pointer keys