aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_timing.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-10-11 14:44:14 -0400
committerFernando Sahmkow <fsahmkow27@gmail.com>2019-10-11 14:44:14 -0400
commite0650a2034026d8292196128d2f9decb50eeb0f3 (patch)
tree59c51153a985e7fb66e62c812250c6dacd69a82c /src/core/core_timing.h
parent96f2b16356dfee3b4b1c75f8ef96d81e7923dfc9 (diff)
Core_Timing: Address Feedback and suppress warnings.
Diffstat (limited to 'src/core/core_timing.h')
-rw-r--r--src/core/core_timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index 8bba45beb..3bb88c810 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -113,7 +113,7 @@ public:
current_context = new_context;
}
- bool CurrentContextCanRun() const {
+ bool CanCurrentContextRun() const {
return time_slice[current_context] > 0;
}