diff generator/containergenerator.cpp @ 259:515d6e1c7b10 lifetime

another iteration
author maxter
date Thu, 17 Sep 2009 16:28:41 +0000
parents 34a37904ff77
children
line wrap: on
line diff
--- a/generator/containergenerator.cpp	Wed Sep 16 14:16:33 2009 +0000
+++ b/generator/containergenerator.cpp	Thu Sep 17 16:28:41 2009 +0000
@@ -473,7 +473,7 @@
       << "package " << d_type << " qtd_" << cls_name << "_cpp_to_d(" << cpp_type << " ret)" << endl
       << "{" << endl;
 
-    marshallFromCppToD(s, centry);
+    marshalToD(s, centry);
 
     s << "}" << endl;
 }