소스 검색

Seal this

Brandon Thetford 1 년 전
부모
커밋
be8a758046
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Terminal.Gui/Application.cs

+ 1 - 1
Terminal.Gui/Application.cs

@@ -720,7 +720,7 @@ public static partial class Application
     // provides the sync context set while executing code in Terminal.Gui, to let
     // users use async/await on their code
     //
-    private class MainLoopSyncContext : SynchronizationContext
+    private sealed class MainLoopSyncContext : SynchronizationContext
     {
         public override SynchronizationContext CreateCopy () { return new MainLoopSyncContext (); }