Changeset 63

Show
Ignore:
Timestamp:
04/07/08 21:10:51 (6 months ago)
Author:
Chris Miller
Message:

Minor changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/dfl/groupbox.d

    r62 r63  
    128128                if(isAppThemed && isAppThemed()) 
    129129                { 
    130                     char[] txt = text; 
     130                    auto txt = text; 
    131131                    if(txt.length) 
    132132                    { 
  • trunk/win32/dfl/internal/com.d

    r17 r63  
    2727 
    2828// Won't be killed by GC if not referenced in D and the refcount is > 0. 
    29 package class DflComObject: ComObject 
     29class DflComObject: ComObject // package 
    3030{ 
    3131    extern(Windows):