OSDN Git Service

静的フィールドに関するnull参照の警告が出ている箇所を修正
[opentween/open-tween.git] / OpenTween / MyCommon.cs
index 8f8d6ee..0094be0 100644 (file)
@@ -59,7 +59,7 @@ namespace OpenTween
     {
         private static readonly object LockObj = new object();
         public static bool _endingFlag;        //終了フラグ
-        public static string settingPath;
+        public static string settingPath = null!;
 
         public enum IconSizes
         {