Changeset 121 for trunk/infrastructure/pyd/class_wrap.d
- Timestamp:
- 07/29/07 20:32:02 (1 year ago)
- Files:
-
- trunk/infrastructure/pyd/class_wrap.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/infrastructure/pyd/class_wrap.d
r120 r121 583 583 // alias _T T; 584 584 } else { 585 pragma(msg, "wrap_struct: " ~ name);585 pragma(msg, "wrap_struct: '" ~ name ~ "'"); 586 586 alias void shim_class; 587 587 alias _T* T;
