Call modifiers on constructor.

This commit is contained in:
Christian 2015-01-26 10:13:34 +01:00
parent fd5899d038
commit f59cda76de

View File

@ -475,6 +475,7 @@ bool Compiler::visit(PlaceholderStatement const&)
++m_modifierDepth; ++m_modifierDepth;
appendModifierOrFunctionCode(); appendModifierOrFunctionCode();
--m_modifierDepth; --m_modifierDepth;
return true;
} }
void Compiler::appendModifierOrFunctionCode() void Compiler::appendModifierOrFunctionCode()