aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/CheckboxList.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-10-11 21:02:05 +0200
committerJF <JF002@users.noreply.github.com>2022-10-11 21:16:33 +0200
commit4ec49bde8a8cce78b8b72c978b3e3b1d529cef48 (patch)
treea81867a1d7e0a8f09ad0594576eaf0e1598fcf1b /src/displayapp/screens/CheckboxList.h
parentcf8b422899f198ae713b5a2a35e2ea737521b053 (diff)
CheckBoxList : rename newValue -> value.
Diffstat (limited to 'src/displayapp/screens/CheckboxList.h')
-rw-r--r--src/displayapp/screens/CheckboxList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/CheckboxList.h b/src/displayapp/screens/CheckboxList.h
index 4d27a62b..1bdb89d2 100644
--- a/src/displayapp/screens/CheckboxList.h
+++ b/src/displayapp/screens/CheckboxList.h
@@ -34,7 +34,7 @@ namespace Pinetime {
std::array<lv_point_t, 2> pageIndicatorPoints;
lv_obj_t* pageIndicatorBase;
lv_obj_t* pageIndicator;
- uint32_t newValue;
+ uint32_t value;
};
}
}