summaryrefslogtreecommitdiff
path: root/src/components/statusindicator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/statusindicator.hpp')
-rw-r--r--src/components/statusindicator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/statusindicator.hpp b/src/components/statusindicator.hpp
index b2cf0bd..ad9122b 100644
--- a/src/components/statusindicator.hpp
+++ b/src/components/statusindicator.hpp
@@ -6,7 +6,7 @@
class StatusIndicator : public Gtk::Widget {
public:
StatusIndicator(Snowflake user_id);
- virtual ~StatusIndicator();
+ ~StatusIndicator() override = default;
protected:
Gtk::SizeRequestMode get_request_mode_vfunc() const override;