Skip to content

Commit

Permalink
uninitialized field
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Dec 14, 2011
1 parent 0051ed8 commit a0dd0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/struct.c
Expand Up @@ -50,6 +50,7 @@ AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id)
aliasthis = NULL;
noDefaultCtor = FALSE;
#endif
dtor = NULL;
}

enum PROT AggregateDeclaration::prot()
Expand Down

0 comments on commit a0dd0a4

Please sign in to comment.