mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 06:13:14 +01:00
Fix uninitialized var in TemplateDeclaration.
This is a partial backport of 214b0fdb26.
This commit is contained in:
@@ -421,6 +421,7 @@ TemplateDeclaration::TemplateDeclaration(Loc loc, Identifier *id,
|
||||
this->literal = 0;
|
||||
this->ismixin = ismixin;
|
||||
this->previous = NULL;
|
||||
this->protection = PROTundefined;
|
||||
|
||||
// Compute in advance for Ddoc's use
|
||||
if (members)
|
||||
|
||||
Reference in New Issue
Block a user