diff options
-rw-r--r-- | views/touchui/touch_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/touchui/touch_factory.h b/views/touchui/touch_factory.h index 201f5bd..5191a71 100644 --- a/views/touchui/touch_factory.h +++ b/views/touchui/touch_factory.h @@ -174,7 +174,7 @@ class TouchFactory { // index at the expense of space. If the kMaxDeviceNum grows larger that the // space waste becomes a concern, the 2D lookup table can be replaced by a // hash map. - char valuator_lookup_[kMaxDeviceNum][TP_LAST_ENTRY]; + signed char valuator_lookup_[kMaxDeviceNum][TP_LAST_ENTRY]; // Index table to find the min & max value of the TouchParam on a specific // device. |