From: masakih Date: Thu, 16 Mar 2017 15:15:51 +0000 (+0900) Subject: アクセス修飾子が誤っていたので修正 X-Git-Tag: 1.9b3 X-Git-Url: http://git.osdn.net/view?p=kcd%2FKCD.git;a=commitdiff_plain;h=de7f87a754121fe446b341c6f73cfbce7c8c5f3f アクセス修飾子が誤っていたので修正 --- 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