mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-13 22:42:33 +02:00
refactor: style issue
This commit is contained in:
@@ -8,7 +8,7 @@ namespace waybar {
|
||||
class ALabel : public IModule {
|
||||
public:
|
||||
ALabel(Json::Value);
|
||||
virtual ~ALabel();
|
||||
virtual ~ALabel() = default;
|
||||
virtual auto update() -> void;
|
||||
virtual operator Gtk::Widget &();
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user