aboutsummaryrefslogtreecommitdiff
path: root/model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'model.cpp')
-rw-r--r--model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.cpp b/model.cpp
index 4502577..3573339 100644
--- a/model.cpp
+++ b/model.cpp
@@ -50,7 +50,7 @@ bool EvalObj::is_bool_obj() {
return otype & CLS_BOOL_OBJ;
}
-ClassType EvalObj::get_otype() {
+int EvalObj::get_otype() {
return otype;
}