Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Add ClassInfo.initializer to object.di
Browse files Browse the repository at this point in the history
This method was added to object_.d and it should be present
in the accompanying di file.
  • Loading branch information
1 parent 65b3262 commit ead8e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rt/include/object.di
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ struct PointerMapBuilder
class ClassInfo : Object
{
byte[] init; // class static initializer
byte[] initializer ( );
char[] name; /// class name
void*[] vtbl; // virtual function pointer table
Interface[] interfaces; /// implemented interfaces
Expand Down

0 comments on commit ead8e79

Please sign in to comment.