Fix internal variable

This commit is contained in:
Barbara Kudiess
2020-03-24 14:21:06 -07:00
parent 444b0b30c3
commit 6e2ad28676
2 changed files with 2 additions and 2 deletions

View File

@@ -25,6 +25,6 @@ namespace Wox.Plugin
public class WoxQueryEventArgs public class WoxQueryEventArgs
{ {
internal Query Query { get; set; } public Query Query { get; set; }
} }
} }

View File

@@ -6,7 +6,7 @@ namespace Wox.Plugin
{ {
public class Query public class Query
{ {
public Query() { } internal Query() { }
/// <summary> /// <summary>
/// to allow unit tests for plug ins /// to allow unit tests for plug ins