From 94da334adaafa4444fb278991aa01cce58d9f758 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 26 Oct 2019 13:35:15 -0700 Subject: Rename Output to WindowsInstallerData --- src/WixToolset.Data/WindowsInstaller/ObjectField.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Data/WindowsInstaller/ObjectField.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/ObjectField.cs b/src/WixToolset.Data/WindowsInstaller/ObjectField.cs index 4e654dde..f10837c1 100644 --- a/src/WixToolset.Data/WindowsInstaller/ObjectField.cs +++ b/src/WixToolset.Data/WindowsInstaller/ObjectField.cs @@ -130,7 +130,7 @@ namespace WixToolset.Data.WindowsInstaller /// XmlWriter where the Field should persist itself as XML. internal override void Write(XmlWriter writer) { - writer.WriteStartElement("field", Output.XmlNamespaceUri); + writer.WriteStartElement("field", WindowsInstallerData.XmlNamespaceUri); if (this.EmbeddedFileIndex.HasValue) { -- cgit v1.2.3-55-g6feb