aboutsummaryrefslogtreecommitdiff
path: root/src/wix/heat/DirectoryHarvester.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wix/heat/DirectoryHarvester.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/heat/DirectoryHarvester.cs b/src/wix/heat/DirectoryHarvester.cs
index 090d67ab..1147c322 100644
--- a/src/wix/heat/DirectoryHarvester.cs
+++ b/src/wix/heat/DirectoryHarvester.cs
@@ -12,7 +12,7 @@ namespace WixToolset.Harvesters
12 /// <summary> 12 /// <summary>
13 /// Harvest WiX authoring for a directory from the file system. 13 /// Harvest WiX authoring for a directory from the file system.
14 /// </summary> 14 /// </summary>
15 internal class DirectoryHarvester : BaseHarvesterExtension 15 public class DirectoryHarvester : BaseHarvesterExtension
16 { 16 {
17 private FileHarvester fileHarvester; 17 private FileHarvester fileHarvester;
18 18