Skip to content

Commit

Permalink
Make WebView2Loader public
Browse files Browse the repository at this point in the history
Fixes #1905
  • Loading branch information
cwensley committed Mar 15, 2021
1 parent 49b2ecd commit 3fcb97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eto.Wpf/Forms/Controls/WebView2Handler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace Eto.Wpf.Forms.Controls
/// <summary>
/// Loader class and helper utilities to install the WebView2 runtime.
/// </summary>
static class WebView2Loader
public static class WebView2Loader
{
/// <summary>
/// Creates the WetView2Handler
Expand Down

0 comments on commit 3fcb97d

Please sign in to comment.