summaryrefslogtreecommitdiff
path: root/heat/HeatVisitor.java
diff options
context:
space:
mode:
Diffstat (limited to 'heat/HeatVisitor.java')
-rw-r--r--heat/HeatVisitor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/HeatVisitor.java b/heat/HeatVisitor.java
index ae3d150..41fd3fe 100644
--- a/heat/HeatVisitor.java
+++ b/heat/HeatVisitor.java
@@ -967,6 +967,7 @@ public class HeatVisitor extends GJDepthFirst<TypeBundle,ArrayList<TypeBundle>>
MinimalLogger.info(String.format("-> %s",
n.getClass().getSimpleName()));
///////////////////////////////////////////////////////////////
+ this.recentClass = (ClassInstance) this.symt.getActive(TypeEnum.classname);
_ret = new TypeBundle(TypeEnum.classname, (ClassInstance) this.symt.getActive(TypeEnum.classname));
///////////////////////////////////////////////////////////////
MinimalLogger.info(String.format("<- %s with %s",