Changeset 120 for trunk/infrastructure/pyd/make_wrapper.d
- Timestamp:
- 07/26/07 20:06:38 (5 years ago)
- Files:
-
- trunk/infrastructure/pyd/make_wrapper.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/infrastructure/pyd/make_wrapper.d
r118 r120 114 114 } 115 115 } 116 template __pyd_get_overload( char[]realname, fn_t) {117 ReturnType!(fn_t) func(T ...) ( char[]name, T t) {116 template __pyd_get_overload(string realname, fn_t) { 117 ReturnType!(fn_t) func(T ...) (string name, T t) { 118 118 PyObject* _pyobj = this.__pyd_get_pyobj(); 119 119 if (_pyobj !is null) {
