diff options
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Row.cs')
-rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Row.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Row.cs b/src/WixToolset.Data/WindowsInstaller/Row.cs index a267f04b..a7a63d58 100644 --- a/src/WixToolset.Data/WindowsInstaller/Row.cs +++ b/src/WixToolset.Data/WindowsInstaller/Row.cs | |||
@@ -354,7 +354,7 @@ namespace WixToolset.Data.WindowsInstaller | |||
354 | /// <param name="writer">XmlWriter where the Row should persist itself as XML.</param> | 354 | /// <param name="writer">XmlWriter where the Row should persist itself as XML.</param> |
355 | internal void Write(XmlWriter writer) | 355 | internal void Write(XmlWriter writer) |
356 | { | 356 | { |
357 | writer.WriteStartElement("row", Output.XmlNamespaceUri); | 357 | writer.WriteStartElement("row", WindowsInstallerData.XmlNamespaceUri); |
358 | 358 | ||
359 | if (RowOperation.None != this.Operation) | 359 | if (RowOperation.None != this.Operation) |
360 | { | 360 | { |