diff options
Diffstat (limited to 'touch/KeyDisabler.h')
-rw-r--r-- | touch/KeyDisabler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/touch/KeyDisabler.h b/touch/KeyDisabler.h index f7a18fa..8aba763 100644 --- a/touch/KeyDisabler.h +++ b/touch/KeyDisabler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The LineageOS Project + * Copyright (C) 2019,2021 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ class KeyDisabler : public IKeyDisabler { Return<bool> setEnabled(bool enabled) override; private: - bool mHasKeyDisabler; + bool has_key_disabler_; }; } // namespace implementation |