Skip to content

Commit

Permalink
Fix missing static
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jun 27, 2019
1 parent ab36051 commit ade0cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelLoader/CustomControls/RichTextBoxCustom/Interop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace AngelLoader.CustomControls
{
internal class RichTextBoxCustom_Interop
internal static class RichTextBoxCustom_Interop
{
[DllImport("user32.dll")]
internal static extern IntPtr SetCursor(HandleRef hcursor);
Expand Down

0 comments on commit ade0cfb

Please sign in to comment.