diff options
| -rw-r--r-- | services/inputflinger/tests/RotaryEncoderInputMapper_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/tests/RotaryEncoderInputMapper_test.cpp b/services/inputflinger/tests/RotaryEncoderInputMapper_test.cpp index 486d893944..157bee33e1 100644 --- a/services/inputflinger/tests/RotaryEncoderInputMapper_test.cpp +++ b/services/inputflinger/tests/RotaryEncoderInputMapper_test.cpp @@ -103,7 +103,7 @@ protected: .WillRepeatedly(Return(false)); } - std::map<const char*, int64_t> mTelemetryLogCounts; + std::map<std::string, int64_t> mTelemetryLogCounts; /** * A fake function for telemetry logging. |