Happy clang

This commit is contained in:
Viktar Lukashonak
2023-03-02 16:57:07 +03:00
parent 39bc54e3ad
commit 61a6c00c02
42 changed files with 96 additions and 95 deletions

View File

@ -14,8 +14,8 @@ class Group : public AModule {
public:
Group(const std::string&, const Bar&, const Json::Value&);
~Group() = default;
auto update() -> void;
operator Gtk::Widget&();
auto update() -> void override;
operator Gtk::Widget&() override;
Gtk::Box box;
};