Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit b3be8b3

Browse files
author
Kasper B. Graversen
committed
Fix compile error
1 parent aef0a8d commit b3be8b3

File tree

1 file changed

+1
-1
lines changed
  • Visual Studio Project Template C#

1 file changed

+1
-1
lines changed

Visual Studio Project Template C#/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Main
2020
static Bitmap tbBmp_tbTab = Properties.Resources.star_bmp;
2121
static Icon tbIcon = null;
2222

23-
public static void OnNotification(SCNotification notification)
23+
public static void OnNotification(ScNotification notification)
2424
{
2525
}
2626

0 commit comments

Comments
 (0)