diff --git a/CA_DataUploaderLib/HeatingController.cs b/CA_DataUploaderLib/HeatingController.cs index 51149442..b996544a 100644 --- a/CA_DataUploaderLib/HeatingController.cs +++ b/CA_DataUploaderLib/HeatingController.cs @@ -69,7 +69,8 @@ public void Dispose() _disposed = true; } - public void ResumeState(NewVectorReceivedArgs args) + //note the explicit interface implementation as its a default method + void ISubsystemWithVectorData.ResumeState(NewVectorReceivedArgs args) { foreach (var heater in _heaters) heater.ResumeState(args);