diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bind/WixFileSearchInfo.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bind/WixFileSearchInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bind/WixFileSearchInfo.cs b/src/WixToolset.Core.Burn/Bind/WixFileSearchInfo.cs index ea955db4..41393f6b 100644 --- a/src/WixToolset.Core.Burn/Bind/WixFileSearchInfo.cs +++ b/src/WixToolset.Core.Burn/Bind/WixFileSearchInfo.cs | |||
@@ -11,10 +11,12 @@ namespace WixToolset.Core.Burn | |||
11 | /// </summary> | 11 | /// </summary> |
12 | internal class WixFileSearchInfo : WixSearchInfo | 12 | internal class WixFileSearchInfo : WixSearchInfo |
13 | { | 13 | { |
14 | #if TODO | ||
14 | public WixFileSearchInfo(Row row) | 15 | public WixFileSearchInfo(Row row) |
15 | : this((string)row[0], (string)row[1], (int)row[9]) | 16 | : this((string)row[0], (string)row[1], (int)row[9]) |
16 | { | 17 | { |
17 | } | 18 | } |
19 | #endif | ||
18 | 20 | ||
19 | public WixFileSearchInfo(string id, string path, int attributes) | 21 | public WixFileSearchInfo(string id, string path, int attributes) |
20 | : base(id) | 22 | : base(id) |