aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'model.h')
-rw-r--r--model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/model.h b/model.h
index 225cb37..2e029c0 100644
--- a/model.h
+++ b/model.h
@@ -48,7 +48,7 @@ class FrameObj {/*{{{*/
bool is_parse_bracket();
};/*}}}*/
-class ObjEntry;
+class GCRecord;
class Pair;
class ReprCons;
/** @class EvalObj
@@ -65,7 +65,7 @@ class EvalObj : public FrameObj {/*{{{*/
/**
* The pointer to the corresponding record in GC
*/
- ObjEntry *gc_rec;
+ GCRecord *gc_rec;
/**
* Construct an EvalObj
* @param otype the type of the EvalObj (CLS_PAIR_OBJ for a pair,