diff options
Diffstat (limited to 'model.cpp')
-rw-r--r-- | model.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ bool EvalObj::is_bool_obj() { return otype & CLS_BOOL_OBJ; } -ClassType EvalObj::get_otype() { +int EvalObj::get_otype() { return otype; } |