aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-17 16:49:43 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-17 16:49:43 +0800
commit3b0217d2a2d4e345a31a68948dfb0feaec4a8a2a (patch)
treea6e0a819e7d9fbe24fc7aff42704e8a59fc7ac8f /model.h
parentf9633b0bef26184c5e36eba25d8b3b6bd687ee18 (diff)
more doc
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,