Changeset 240
- Timestamp:
- 02/26/07 23:59:37 (2 years ago)
- Files:
-
- trunk/src/leds/LanguageD.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/leds/LanguageD.d
r239 r240 465 465 } 466 466 // got a parent 467 container = cast(CodeBlock)type.parent; // use the scope of the definition. 467 // use the scope of the definition. 468 container = cast(CodeBlock)type.parent ? cast(CodeBlock)type.parent : cast(CodeBlock)type.moduleObj; 468 469 lookupwith = null; 469 470 if (container) {
