فهرست منبع

Fix argument type generation with typed method binds

It needs to generate the types, not only set the argument count.
George Marques 3 سال پیش
والد
کامیت
f0ca73892a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/make_binders.py

+ 1 - 1
core/make_binders.py

@@ -70,7 +70,7 @@ public:
 #ifdef DEBUG_METHODS_ENABLED
 		_set_const($ifconst true$$ifnoconst false$);
 #endif
-		set_argument_count($argc$);
+		_generate_argument_types($argc$);
 
 		$ifret _set_returns(true); $
 	};