diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Data/Intermediate.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Intermediate.cs b/src/WixToolset.Data/Intermediate.cs index 37fe7549..64f9810d 100644 --- a/src/WixToolset.Data/Intermediate.cs +++ b/src/WixToolset.Data/Intermediate.cs | |||
@@ -206,7 +206,7 @@ namespace WixToolset.Data | |||
206 | /// </summary> | 206 | /// </summary> |
207 | /// <param name="section">Section to remove.</param> | 207 | /// <param name="section">Section to remove.</param> |
208 | /// <returns>True if the section was removed; otherwise false.</returns> | 208 | /// <returns>True if the section was removed; otherwise false.</returns> |
209 | public bool Removesection(IntermediateSection section) | 209 | public bool RemoveSection(IntermediateSection section) |
210 | { | 210 | { |
211 | return this.sections.Remove(section); | 211 | return this.sections.Remove(section); |
212 | } | 212 | } |