diff dmd/aggregate.h @ 35:3cfcb944304e trunk

[svn r39] * Updated to DMD 1.022 with the exception of: Bugzilla 278: dmd.conf search path doesn't work This fix was causing crashes for me :/ So for it's the old behaviour
author lindquist
date Tue, 09 Oct 2007 06:21:30 +0200
parents 25bb577878e8
children 28e99b04a132
line wrap: on
line diff
--- a/dmd/aggregate.h	Tue Oct 09 02:50:00 2007 +0200
+++ b/dmd/aggregate.h	Tue Oct 09 06:21:30 2007 +0200
@@ -213,6 +213,7 @@
     void interfaceSemantic(Scope *sc);
     int isNested();
     int isCOMclass();
+    virtual int isCOMinterface();
     int isAbstract();
     virtual int vtblOffset();
     char *kind();
@@ -248,6 +249,7 @@
     int isBaseOf(BaseClass *bc, int *poffset);
     char *kind();
     int vtblOffset();
+    virtual int isCOMinterface();
 
     void toObjFile();			// compile to .obj file
     Symbol *toSymbol();