summaryrefslogtreecommitdiff
path: root/libs/input/VelocityControl.cpp
diff options
context:
space:
mode:
author Zixuan Qu <zixuanqu@google.com> 2023-03-20 19:05:51 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-03-20 19:05:51 +0000
commitad6407cd288c92c22d06cc817d110c4e1e74122c (patch)
tree0d14c561c6bdbebe7fbbc0fad695391d5cd3a542 /libs/input/VelocityControl.cpp
parent8da6fdf0a94531247914156738f539a1b439e86c (diff)
parentad07441030340f3c455ab52252f9a625b829f2c4 (diff)
Merge "Make VelocityControl::getParameters() const."
Diffstat (limited to 'libs/input/VelocityControl.cpp')
-rw-r--r--libs/input/VelocityControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/VelocityControl.cpp b/libs/input/VelocityControl.cpp
index 5720099033..c835a081a5 100644
--- a/libs/input/VelocityControl.cpp
+++ b/libs/input/VelocityControl.cpp
@@ -37,7 +37,7 @@ VelocityControl::VelocityControl() {
reset();
}
-VelocityControlParameters& VelocityControl::getParameters() {
+const VelocityControlParameters& VelocityControl::getParameters() const{
return mParameters;
}