comparison dmd/TypeInfoStructDeclaration.d @ 72:2e2a5c3f943a

reduced warnings by adding override to the methods think this also normalizes different line endings used all over the place
author Trass3r
date Sat, 28 Aug 2010 16:19:48 +0200
parents 10317f0c89a5
children ef02e2e203c2
comparison
equal deleted inserted replaced
71:8e24ef1dd139 72:2e2a5c3f943a
28 this(Type tinfo) 28 this(Type tinfo)
29 { 29 {
30 super(tinfo, 0); 30 super(tinfo, 0);
31 } 31 }
32 32
33 void toDt(dt_t** pdt) 33 override void toDt(dt_t** pdt)
34 { 34 {
35 //printf("TypeInfoStructDeclaration.toDt() '%s'\n", toChars()); 35 //printf("TypeInfoStructDeclaration.toDt() '%s'\n", toChars());
36 36
37 uint offset = Type.typeinfostruct.structsize; 37 uint offset = Type.typeinfostruct.structsize;
38 38