diff lphobos/typeinfos2.d @ 106:5b5194b25f33 trunk

[svn r110] Fixed typeinfo for classes.
author lindquist
date Mon, 19 Nov 2007 06:01:48 +0100
parents 0258a7171a42
children 3efbcc81ba45
line wrap: on
line diff
--- a/lphobos/typeinfos2.d	Mon Nov 19 03:39:46 2007 +0100
+++ b/lphobos/typeinfos2.d	Mon Nov 19 06:01:48 2007 +0100
@@ -7,4 +7,5 @@
 typeinfo2.ti_Aint,
 typeinfo2.ti_Along,
 typeinfo2.ti_Areal,
-typeinfo2.ti_Ashort;
+typeinfo2.ti_Ashort,
+typeinfo2.ti_C;