Skip to content

Commit cda33df

Browse files
Make constructor protected
1 parent e9727c4 commit cda33df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/PluginHotkey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class BasePluginHotkey
1414
/// Initializes a new instance of the <see cref="BasePluginHotkey"/> class with the specified hotkey type.
1515
/// </summary>
1616
/// <param name="type"></param>
17-
public BasePluginHotkey(HotkeyType type)
17+
protected BasePluginHotkey(HotkeyType type)
1818
{
1919
HotkeyType = type;
2020
}

0 commit comments

Comments
 (0)