# HG changeset patch # User Abscissa # Date 1307505068 14400 # Node ID 83a36bdd5d14eb40fe97a0d83c7ceeaa10f8f234 # Parent b0d41ff5e0dfd9c597ced9fdedeb273927ad230d Missed one in last commit. diff -r b0d41ff5e0df -r 83a36bdd5d14 dmd/Declaration.d --- a/dmd/Declaration.d Tue Jun 07 23:37:34 2011 -0400 +++ b/dmd/Declaration.d Tue Jun 07 23:51:08 2011 -0400 @@ -88,6 +88,8 @@ class Declaration : Dsymbol { + mixin insertMemberExtension!(typeof(this)); + Type type; Type originalType; // before semantic analysis StorageClass storage_class = STC.STCundefined;