Merge pull request #2037 from LukashonakV/Happy_clang

Happy clang
This commit is contained in:
Alex
2023-03-02 19:42:38 +01:00
committed by GitHub
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 std::string&, const Json::Value&, bool);
~Group() = default;
auto update() -> void;
operator Gtk::Widget&();
auto update() -> void override;
operator Gtk::Widget&() override;
Gtk::Box box;
};