aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/Rows
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Rows')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs b/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
index fc0410e9..4b2ce129 100644
--- a/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
+++ b/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
@@ -32,7 +32,7 @@ namespace WixToolset.Data.WindowsInstaller.Rows
32 /// Gets the summary property ID for the <paramref name="row"/>. 32 /// Gets the summary property ID for the <paramref name="row"/>.
33 /// </summary> 33 /// </summary>
34 /// <param name="row">The row to index.</param> 34 /// <param name="row">The row to index.</param>
35 /// <returns>The summary property ID for the <paramref name="row"/>. 35 /// <returns>The summary property ID for the <paramref name="row"/>.</returns>
36 protected override int GetKeyForItem(Row row) 36 protected override int GetKeyForItem(Row row)
37 { 37 {
38 return (int)row[0]; 38 return (int)row[0];