diff options
Diffstat (limited to 'cpp/src/slice2freezej/Main.cpp')
-rw-r--r-- | cpp/src/slice2freezej/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2freezej/Main.cpp b/cpp/src/slice2freezej/Main.cpp index 4103881a840..bf69da59b3a 100644 --- a/cpp/src/slice2freezej/Main.cpp +++ b/cpp/src/slice2freezej/Main.cpp @@ -393,7 +393,7 @@ FreezeGenerator::generate(UnitPtr& unit, const Dict& dict) out.useCurrentPosAsIndent(); out << "\"<ice:data xmlns=\\\"http://www.noorg.org/schemas\\\"\" +" << nl << "\" xmlns:ice=\\\"http://www.zeroc.com/schemas\\\"\" +" - << nl << "\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\"\" +" + << nl << "\" xmlns:xsi=\\\"http://www.w3.org/2002/XMLSchema-instance\\\"\" +" << nl << "\" xsi:schemaLocation=\\\"http://www.noorg.org/schemas " << name << ".xsd\\\">\";"; out.restoreIndent(); out << nl << "private static final String _footer = \"</ice:data>\";"; |