Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit a24013af authored by Michael KRISPER's avatar Michael KRISPER
Browse files

VectoSimulationComponent: DataBus field is readonly now

parent 2b2d2ef6
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent
/// </summary>
public abstract class VectoSimulationComponent : LoggingObject
{
[NonSerialized] protected IDataBus DataBus;
[NonSerialized] protected readonly IDataBus DataBus;
/// <summary>
/// Constructor. Registers the component in the cockpit.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment