OSDN Git Service

アクセス修飾子が誤っていたので修正 1.9b3
authormasakih <masakih@users.sourceforge.jp>
Thu, 16 Mar 2017 15:15:51 +0000 (00:15 +0900)
committermasakih <masakih@users.sourceforge.jp>
Thu, 16 Mar 2017 15:15:51 +0000 (00:15 +0900)
KCD/AppDelegate.swift

index 30b2ebe..fb859c2 100644 (file)
@@ -55,7 +55,7 @@ class AppDelegate: NSObject {
         return vc
     }()
     #else
-    private let jsonViewWindowController: JSONViewWindowController? = nil
+    let jsonViewWindowController: JSONViewWindowController? = nil
     #endif
     
     #if UI_TEST