Skip to content

Commit e709fb0

Browse files
committed
make SpeedPostWorldObject.SFileName read only
1 parent 82186c4 commit e709fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/Signalling/SpeedPostWorldObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Orts.Simulation.Signalling
55
{
66
public class SpeedPostWorldObject
77
{
8-
public string SFileName;
8+
public string SFileName { get; }
99

1010
public SpeedPostWorldObject(SpeedPostObj speedPostItem)
1111
{

0 commit comments

Comments
 (0)