X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KCD%2FAppDelegate.swift;h=fb859c2a89bb378c6aa72fcb27903e53f9a13016;hb=de7f87a754121fe446b341c6f73cfbce7c8c5f3f;hp=30b2ebe92435a59865cad602b7deda672348ecd5;hpb=eacf682a7b3e2ce1db254148f2bf4146de1cf93a;p=kcd%2FKCD.git diff --git a/KCD/AppDelegate.swift b/KCD/AppDelegate.swift index 30b2ebe9..fb859c2a 100644 --- a/KCD/AppDelegate.swift +++ b/KCD/AppDelegate.swift @@ -55,7 +55,7 @@ class AppDelegate: NSObject { return vc }() #else - private let jsonViewWindowController: JSONViewWindowController? = nil + let jsonViewWindowController: JSONViewWindowController? = nil #endif #if UI_TEST