diff options
Diffstat (limited to 'libs/androidfw/InputDevice.cpp')
-rw-r--r-- | libs/androidfw/InputDevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/InputDevice.cpp b/libs/androidfw/InputDevice.cpp index 5237063a4e94..928157f0bcfa 100644 --- a/libs/androidfw/InputDevice.cpp +++ b/libs/androidfw/InputDevice.cpp @@ -132,7 +132,7 @@ InputDeviceInfo::InputDeviceInfo() { InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) : mId(other.mId), mGeneration(other.mGeneration), mIdentifier(other.mIdentifier), - mSources(other.mSources), + mAlias(other.mAlias), mSources(other.mSources), mKeyboardType(other.mKeyboardType), mKeyCharacterMap(other.mKeyCharacterMap), mHasVibrator(other.mHasVibrator), |