FrameMap: implement enterTemp using another enterTemp

This commit is contained in:
Stepan Koltsov
2012-06-05 22:56:24 +04:00
parent 999586eec9
commit e7a81bb466
@@ -52,7 +52,7 @@ public class FrameMap {
}
public int enterTemp() {
return myMaxIndex++;
return enterTemp(1);
}
public int enterTemp(int size) {