# HG changeset patch # User eldar # Date 1242665933 0 # Node ID a68b2a7e9b85e018c4f3b132d57c45514b30cb9b # Parent ea099fe84d99739c2e4ef4c962693dc64c489741 duic fixes diff -r ea099fe84d99 -r a68b2a7e9b85 tools/duic/d/dwritedeclaration.cpp --- 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";