diff generator/generator.h @ 253:073b9153ed8a

Rev. 264 done right. Problems: - classwizard segfaults on exit due to a bug in signals/slots or runtime. - hellogl doesn't compile with dmd2 due to a bug in the compiler backend
author maxter
date Sun, 30 Aug 2009 09:59:12 +0000
parents ae06da58ec25
children 49bfc86ff583
line wrap: on
line diff
--- a/generator/generator.h	Sat Aug 22 12:50:58 2009 +0000
+++ b/generator/generator.h	Sun Aug 30 09:59:12 2009 +0000
@@ -170,6 +170,6 @@
 
 bool notWrappedYet(const AbstractMetaFunction *java_function);
 bool isLinearContainer(const ContainerTypeEntry *type);
-AbstractMetaFunctionList signalFunctions(const AbstractMetaClass *cls);
+AbstractMetaFunctionList signalFunctions(const AbstractMetaClass *cls, bool includeBase = true);
 
 #endif // GENERATOR_H