diff generator/dgenerator.h @ 355:08c1ca7975ab

obviated redundant virtual dispatch callbacks
author Max Samukha <maxter@spambox.com>
date Tue, 25 May 2010 17:23:11 +0300
parents 4920ef9206fe
children 9784459f0750
line wrap: on
line diff
--- a/generator/dgenerator.h	Mon May 24 23:43:30 2010 +0300
+++ b/generator/dgenerator.h	Tue May 25 17:23:11 2010 +0300
@@ -138,7 +138,7 @@
 
     void writeShellVirtualFunction(QTextStream &s, const AbstractMetaFunction *function,
                                           const AbstractMetaClass *implementor, int id);
-    void marshallFromCppToD(QTextStream &s, const ComplexTypeEntry* ctype);
+    void marshalFromCppToD(QTextStream &s, const ComplexTypeEntry* ctype);
 
 private:
     QString subDirectoryForPackage(const QString &package) const { return QString(package).replace(".", "/"); }