From 9575eb0a1ffa8150f70f88b5f6b55f342c3c0088 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:41:26 +0500 Subject: wip --- fluid/widgets/Node_Browser.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'fluid/widgets/Node_Browser.h') diff --git a/fluid/widgets/Node_Browser.h b/fluid/widgets/Node_Browser.h index 1296c3108..5ca0ae566 100644 --- a/fluid/widgets/Node_Browser.h +++ b/fluid/widgets/Node_Browser.h @@ -37,19 +37,19 @@ class Node_Browser : public Fl_Browser_ int saved_v_scroll_ { 0 }; // required routines for Fl_Browser_ subclass: - void *item_first() const override; - void *item_next(void *) const override; - void *item_prev(void *) const override; - int item_selected(void *) const override; - void item_select(void *,int) override; - int item_width(void *) const override; - int item_height(void *) const override; - void item_draw(void *,int,int,int,int) const override; - int incr_height() const override; + void *item_first() const; + void *item_next(void *) const; + void *item_prev(void *) const; + int item_selected(void *) const; + void item_select(void *,int); + int item_width(void *) const; + int item_height(void *) const; + void item_draw(void *,int,int,int,int) const; + int incr_height() const; public: Node_Browser(int,int,int,int,const char * = 0); - int handle(int) override; + int handle(int); void callback(); void save_scroll_position(); void restore_scroll_position(); -- cgit v1.2.3