diff options
author | Robert Tari <robert@tari.in> | 2021-08-04 17:08:17 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-04 17:08:17 +0200 |
commit | 53bab0ef23c8396dd6e3473593ffe027cb2d5fc4 (patch) | |
tree | 8413072aa2b936f1bdf9ed07ad5c645472161245 /src/rotation-lock.h | |
parent | 4d6d205398bec86a702ed4af9c7834b950f67c8c (diff) | |
parent | 3336228bccde7de599e7f56b4b8b67b8552c6a95 (diff) | |
download | ayatana-indicator-display-53bab0ef23c8396dd6e3473593ffe027cb2d5fc4.tar.gz ayatana-indicator-display-53bab0ef23c8396dd6e3473593ffe027cb2d5fc4.tar.bz2 ayatana-indicator-display-53bab0ef23c8396dd6e3473593ffe027cb2d5fc4.zip |
Merge branch 'sunweaver-pr/travis-ci'
Attributes GH PR #15: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/15
Diffstat (limited to 'src/rotation-lock.h')
-rw-r--r-- | src/rotation-lock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rotation-lock.h b/src/rotation-lock.h index 2354c4a..7bdfb14 100644 --- a/src/rotation-lock.h +++ b/src/rotation-lock.h @@ -30,9 +30,9 @@ public: RotationLockIndicator(); ~RotationLockIndicator(); - const char* name() const; - GSimpleActionGroup* action_group() const; - std::vector<std::shared_ptr<Profile>> profiles() const; + const char* name() const override; + GSimpleActionGroup* action_group() const override; + std::vector<std::shared_ptr<Profile>> profiles() const override; protected: class Impl; |