diff options
author | 2023-03-20 19:05:51 +0000 | |
---|---|---|
committer | 2023-03-20 19:05:51 +0000 | |
commit | ad6407cd288c92c22d06cc817d110c4e1e74122c (patch) | |
tree | 0d14c561c6bdbebe7fbbc0fad695391d5cd3a542 /libs/input/VelocityControl.cpp | |
parent | 8da6fdf0a94531247914156738f539a1b439e86c (diff) | |
parent | ad07441030340f3c455ab52252f9a625b829f2c4 (diff) |
Merge "Make VelocityControl::getParameters() const."
Diffstat (limited to 'libs/input/VelocityControl.cpp')
-rw-r--r-- | libs/input/VelocityControl.cpp | 2 |
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; } |