changeset 54:a68b2a7e9b85

duic fixes
author eldar
date Mon, 18 May 2009 16:58:53 +0000
parents ea099fe84d99
children 63c31e221118
files tools/duic/d/dwritedeclaration.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/duic/d/dwritedeclaration.cpp	Mon May 18 15:24:29 2009 +0000
+++ b/tools/duic/d/dwritedeclaration.cpp	Mon May 18 16:58:53 2009 +0000
@@ -153,7 +153,7 @@
     if (namespaceList.count())
         m_output << "\n";
 
-    m_output << "template " << exportMacro << m_option.prefix << className << "\n"
+    m_output << "template " << exportMacro << m_option.prefix << className << "()\n"
            << "{\n"
            << "public:\n";