We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d76225 commit e50068dCopy full SHA for e50068d
Source/Orts.Common/SettingsBase.cs
@@ -52,7 +52,7 @@ static SettingsBase()
52
/// </summary>
53
/// <param name="filePath">The new ini file path, relative to the OpenRails base directory, or NULL.</param>
54
/// <param name="registryKey">The new registry key, relative to the HKEY_CURRENT_USER, or NULL.</param>
55
- static public void OverrideSettingsLocations(string filePath, string registryKey)
+ public static void OverrideSettingsLocations(string filePath, string registryKey)
56
{
57
if (!String.IsNullOrEmpty(filePath) && !String.IsNullOrEmpty(registryKey))
58
0 commit comments