Changeset 395

Show
Ignore:
Timestamp:
10/01/10 22:37:15 (2 years ago)
Author:
Don Clugston
Message:

C-syntax function pointer -> D syntax (object.d doesn't have this problem, only the .di file).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/import/object.di

    r376 r395  
    131131    TypeInfo_Class   base; 
    132132    void*       destructor; 
    133     void(*classInvariant)(Object)
     133    void function(Object) classInvariant
    134134    uint        m_flags; 
    135135    //  1:      // is IUnknown or is derived from IUnknown