Changes to build code
[IRC.git] / Robust / src / IR / Flat / ParamsObject.java
index 26e72966379ff803de184da010d38324cfd51d00..9e546fd521d20f38be8ba5fc16d70f5fd7117798 100644 (file)
@@ -8,7 +8,7 @@ public class ParamsObject {
     private MethodDescriptor method;
     private int tag;
     private Hashtable paramtotemp;
-    private Hashtable temptostore;
+    protected Hashtable temptostore;
     private int count;
 
     public ParamsObject(MethodDescriptor md, int tag) {