diff --git a/Motion-Profile-Mapper/Motion-Profile-Mapper/Utilities/INIVariable.cs b/Motion-Profile-Mapper/Motion-Profile-Mapper/Utilities/INIVariable.cs index 92a24c7..a2bbddc 100644 --- a/Motion-Profile-Mapper/Motion-Profile-Mapper/Utilities/INIVariable.cs +++ b/Motion-Profile-Mapper/Motion-Profile-Mapper/Utilities/INIVariable.cs @@ -13,7 +13,7 @@ class INIVariable public string value { get; set; } public string comment { get; set; } - public INIVariable(string name = null, string type = null, string value = null, string comment = null) + public INIVariable(string name = "", string type = "", string value = "", string comment = "") { this.name = name; this.type = type;