diff options
Diffstat (limited to 'sim/stats.hh')
-rw-r--r-- | sim/stats.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/stats.hh b/sim/stats.hh index c5e791cfb..218036eb6 100644 --- a/sim/stats.hh +++ b/sim/stats.hh @@ -31,7 +31,7 @@ #include "base/statistics.hh" -extern Statistics::Formula simSeconds; -extern Statistics::Value simTicks; +extern Stats::Formula simSeconds; +extern Stats::Value simTicks; #endif // __SIM_SIM_STATS_HH__ |