diff base/View.cpp @ 4:149bb02a41ba

* Session file save, and the skeleton of session file load.
author Chris Cannam
date Fri, 13 Jan 2006 18:05:07 +0000
parents 581f67f370f3
children 214054a0d8b8
line wrap: on
line diff
--- a/base/View.cpp	Thu Jan 12 17:19:08 2006 +0000
+++ b/base/View.cpp	Fri Jan 13 18:05:07 2006 +0000
@@ -980,7 +980,7 @@
 	s += m_layers[i]->toXmlString(indent + "  ");
     }
 
-    s += indent + "</view>";
+    s += indent + "</view>\n";
 
     return s;
 }