aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timers.h b/include/timers.h
index afdbc7f21..9c836f064 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -18,7 +18,7 @@ class Timer
public:
virtual u64bit clock() const;
virtual ~Timer() {}
- private:
+ protected:
static u64bit combine_timers(u32bit, u32bit, u32bit);
};