aboutsummaryrefslogtreecommitdiff
path: root/model.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-08 22:36:49 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-08 22:36:49 +0800
commit64967702d0f58b1f2f2082feccb39a95e2ac4cb2 (patch)
treef620a40a8fb9b11098999cf796b2b69fd272300d /model.cpp
parent3753b3c4bed58949588a46d4c807a0c0045e8f22 (diff)
support for equal?
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;
}