diff options
Diffstat (limited to 'pid/thermalcontroller.cpp')
-rw-r--r-- | pid/thermalcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pid/thermalcontroller.cpp b/pid/thermalcontroller.cpp index 61e5ca9..dee2d4e 100644 --- a/pid/thermalcontroller.cpp +++ b/pid/thermalcontroller.cpp @@ -20,7 +20,7 @@ std::unique_ptr<PIDController> ThermalController::CreateThermalPid( - PIDZone* owner, + ZoneInterface* owner, const std::string& id, std::vector<std::string>& inputs, float setpoint, |