aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-05-22 16:26:41 -0700
committerRob Mensching <rob@firegiant.com>2019-05-23 15:43:40 -0700
commit97c4c3eaffef05764bd060cb2d78f0be5171d576 (patch)
tree4b7e20bc702df77c016c228e3046fb75a8c7e6d2 /src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs
parentb36433623fcac28cf620868430d49bc36fca2963 (diff)
downloadwix-97c4c3eaffef05764bd060cb2d78f0be5171d576.tar.gz
wix-97c4c3eaffef05764bd060cb2d78f0be5171d576.tar.bz2
wix-97c4c3eaffef05764bd060cb2d78f0be5171d576.zip
Breakout short and source names in Directory and Shortcut tuples
Diffstat (limited to 'src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs')
-rw-r--r--src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs b/src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs
index 13a2e1c9..29acf111 100644
--- a/src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs
+++ b/src/WixToolset.Data/Tuples/WixDeltaPatchSymbolPathsTuple.cs
@@ -48,7 +48,7 @@ namespace WixToolset.Data.Tuples
48 { 48 {
49 } 49 }
50 50
51 public WixDeltaPatchSymbolPathsTuple(SourceLineNumber sourceLineNumber, Identifier id = null) : base(TupleDefinitions.WixDeltaPatchSymbolPaths, sourceLineNumber, null) 51 public WixDeltaPatchSymbolPathsTuple(SourceLineNumber sourceLineNumber, Identifier id = null) : base(TupleDefinitions.WixDeltaPatchSymbolPaths, sourceLineNumber, id)
52 { 52 {
53 } 53 }
54 54