• R/O
  • HTTP
  • SSH
  • HTTPS

KCD: Commit

main code repository.


Commit MetaInfo

Revisionde7f87a754121fe446b341c6f73cfbce7c8c5f3f (tree)
Time2017-03-17 00:15:51
Authormasakih <masakih@user...>
Commitermasakih

Log Message

アクセス修飾子が誤っていたので修正

Change Summary

Incremental Difference

--- a/KCD/AppDelegate.swift
+++ b/KCD/AppDelegate.swift
@@ -55,7 +55,7 @@ class AppDelegate: NSObject {
5555 return vc
5656 }()
5757 #else
58- private let jsonViewWindowController: JSONViewWindowController? = nil
58+ let jsonViewWindowController: JSONViewWindowController? = nil
5959 #endif
6060
6161 #if UI_TEST
Show on old repository browser