Merge pull request #1964 from tactikauan/master

This commit is contained in:
Alex
2023-01-23 09:20:46 +01:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@ -15,6 +15,7 @@ class AModule : public IModule {
bool enable_scroll = false);
virtual ~AModule();
virtual auto update() -> void;
virtual auto refresh(int) -> void {};
virtual operator Gtk::Widget &();
Glib::Dispatcher dp;