summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index a1e18cc10..e0fb13e40 100644
--- a/ui.h
+++ b/ui.h
@@ -195,8 +195,8 @@ class RecoveryUI {
};
// The sensitivity when detecting a swipe.
- const int kTouchLowThreshold;
- const int kTouchHighThreshold;
+ const int touch_low_threshold_;
+ const int touch_high_threshold_;
void OnKeyDetected(int key_code);
void OnTouchDetected(int dx, int dy);