diff options
Diffstat (limited to 'src/components/statusindicator.hpp')
-rw-r--r-- | src/components/statusindicator.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/statusindicator.hpp b/src/components/statusindicator.hpp index 1fa8b9b..edd64ea 100644 --- a/src/components/statusindicator.hpp +++ b/src/components/statusindicator.hpp @@ -10,9 +10,9 @@ public: protected: Gtk::SizeRequestMode get_request_mode_vfunc() const override; void get_preferred_width_vfunc(int &minimum_width, int &natural_width) const override; - void get_preferred_height_for_width_vfunc(int width, int &minimum_height, int &natural_height) const override; - void get_preferred_height_vfunc(int &minimum_height, int &natural_height) const override; void get_preferred_width_for_height_vfunc(int height, int &minimum_width, int &natural_width) const override; + void get_preferred_height_vfunc(int &minimum_height, int &natural_height) const override; + void get_preferred_height_for_width_vfunc(int width, int &minimum_height, int &natural_height) const override; void on_size_allocate(Gtk::Allocation &allocation) override; void on_map() override; void on_unmap() override; |