From de7f87a754121fe446b341c6f73cfbce7c8c5f3f Mon Sep 17 00:00:00 2001 From: masakih Date: Fri, 17 Mar 2017 00:15:51 +0900 Subject: [PATCH] =?utf8?q?=E3=82=A2=E3=82=AF=E3=82=BB=E3=82=B9=E4=BF=AE?= =?utf8?q?=E9=A3=BE=E5=AD=90=E3=81=8C=E8=AA=A4=E3=81=A3=E3=81=A6=E3=81=84?= =?utf8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0