summaryrefslogtreecommitdiff
path: root/src/sim/power/thermal_model.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/power/thermal_model.hh')
-rw-r--r--src/sim/power/thermal_model.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/power/thermal_model.hh b/src/sim/power/thermal_model.hh
index 7ee4ffdc3..b47061dbf 100644
--- a/src/sim/power/thermal_model.hh
+++ b/src/sim/power/thermal_model.hh
@@ -179,7 +179,7 @@ class ThermalModel : public ClockedObject
std::vector <ThermalNode*> eq_nodes;
/** Stepping event to update the model values */
- EventWrapper<ThermalModel, &ThermalModel::doStep> stepEvent;
+ EventFunctionWrapper stepEvent;
/** Step in seconds for thermal updates */
double _step;