diff --git a/Intersect.Client.Core/Program.cs b/Intersect.Client.Core/Program.cs index b079836ca9..83c3a9f9c9 100644 --- a/Intersect.Client.Core/Program.cs +++ b/Intersect.Client.Core/Program.cs @@ -25,7 +25,7 @@ static class Program /// The main entry point for the application. /// [STAThread] - public static void Main(string[] args) + internal static void Main(string[] args) { var waitForDebugger = args.Contains("--debugger");