OSDN Git Service

アクセス修飾子が誤っていたので修正
[kcd/KCD.git] / 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