Changeset 92
- Timestamp:
- 02/02/07 21:12:32 (2 years ago)
- Files:
-
- trunk/infrastructure/pyd/struct_wrap.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/infrastructure/pyd/struct_wrap.d
r69 r92 69 69 pragma(msg, "wrapped_struct: " ~ structname); 70 70 static const char[] _name = structname; 71 static bool _private = false; 71 72 alias T* wrapped_type; 72 73
