mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
Fix internal variable
This commit is contained in:
@@ -25,6 +25,6 @@ namespace Wox.Plugin
|
||||
|
||||
public class WoxQueryEventArgs
|
||||
{
|
||||
internal Query Query { get; set; }
|
||||
public Query Query { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace Wox.Plugin
|
||||
{
|
||||
public class Query
|
||||
{
|
||||
public Query() { }
|
||||
internal Query() { }
|
||||
|
||||
/// <summary>
|
||||
/// to allow unit tests for plug ins
|
||||
|
||||
Reference in New Issue
Block a user