diff options
Diffstat (limited to 'Source/cmVTKWrapTclCommand.cxx')
-rw-r--r-- | Source/cmVTKWrapTclCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVTKWrapTclCommand.cxx b/Source/cmVTKWrapTclCommand.cxx index a81b049..6fa52d0 100644 --- a/Source/cmVTKWrapTclCommand.cxx +++ b/Source/cmVTKWrapTclCommand.cxx @@ -166,7 +166,6 @@ void cmVTKWrapTclCommand::FinalPass() args.push_back(m_WrapHeaders[classNum]); args.push_back(hints); args.push_back((m_WrapClasses[classNum].IsAnAbstractClass() ? "0" : "1")); - args.push_back(">"); std::string tmp = m_Makefile->GetCurrentOutputDirectory(); tmp += "/"; tmp += m_WrapClasses[classNum].GetSourceName() + ".cxx"; |