diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/profile.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/profile.hh b/cpu/profile.hh index c795b8f41..b7526ab6a 100644 --- a/cpu/profile.hh +++ b/cpu/profile.hh @@ -44,7 +44,7 @@ class ProfileNode ChildList children; public: - int count; + Counter count; public: ProfileNode(); |