Skip to content

Commit e275f68

Browse files
committed
Merge branch 'refactor-user-settings-location' into refactor-user-settings-loc/export-settings
2 parents 88838fb + e50068d commit e275f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Common/SettingsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static SettingsBase()
5252
/// </summary>
5353
/// <param name="filePath">The new ini file path, relative to the OpenRails base directory, or NULL.</param>
5454
/// <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)
55+
public static void OverrideSettingsLocations(string filePath, string registryKey)
5656
{
5757
if (!String.IsNullOrEmpty(filePath) && !String.IsNullOrEmpty(registryKey))
5858
{

0 commit comments

Comments
 (0)