diff options
Diffstat (limited to 'core/class_db.h')
| -rw-r--r-- | core/class_db.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/class_db.h b/core/class_db.h index 0943cd36c..f28710361 100644 --- a/core/class_db.h +++ b/core/class_db.h @@ -457,7 +457,8 @@ public: } type->method_map[p_name] = bind; #ifdef DEBUG_METHODS_ENABLED -// bind->set_return_type("Variant"); + // FIXME: <reduz> set_return_type is no longer in MethodBind, so I guess it should be moved to vararg method bind + //bind->set_return_type("Variant"); type->method_order.push_back(p_name); #endif |
