aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-11 15:20:27 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-11 15:20:27 +0800
commit856267ebffee5506047fdb56d1b7b317566adaad (patch)
treee640784114011f618e097cd9ad31371d6c44f949 /types.h
parent48b6bcbcc7973129b2d2c024919aed80ce3fe349 (diff)
added more comments
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index abb1ec8..f0d8713 100644
--- a/types.h
+++ b/types.h
@@ -184,6 +184,7 @@ class SpecialOptObj: public OptObj {/*{{{*/
string name;
public:
SpecialOptObj(string name);
+ ReprCons *get_repr_cons();
};/*}}}*/
/** @class BuiltinProcObj