diff tools/duic/d/dwritedeclaration.cpp @ 52:09a0f1d048f2

update parser to that from jambi 4.5, attemt to fix building with gcc 4.4
author eldar
date Mon, 18 May 2009 15:23:28 +0000
parents 2085c2157b50
children a68b2a7e9b85
line wrap: on
line diff
--- a/tools/duic/d/dwritedeclaration.cpp	Mon May 18 14:25:52 2009 +0000
+++ b/tools/duic/d/dwritedeclaration.cpp	Mon May 18 15:23:28 2009 +0000
@@ -205,7 +205,7 @@
     // qtd
     m_output << "struct " << className << " {\n"
              << "    mixin " << m_option.prefix << className << ";\n"
-             << "}\n";
+             << "}\n\n";
     // ---
 
     if (m_option.generateNamespace && !m_option.prefix.isEmpty()) {