changeset 188:83a36bdd5d14

Missed one in last commit.
author Abscissa
date Tue, 07 Jun 2011 23:51:08 -0400
parents b0d41ff5e0df
children a4c9de8e39b3
files dmd/Declaration.d
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;