From cdf2832347b8fdf0389cd373c2ead0ac5d071037 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 16:24:45 +0500 Subject: wip --- src/Fl_Menu_.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Menu_.cxx') diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index 0d10ef01c..bce89ef39 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -464,7 +464,7 @@ void Fl_Menu_::setonly(Fl_Menu_Item* item) { /** \deprecated Please use Fl_Menu_Item::setonly(Fl_Menu_Item const* first) instead. */ -void Fl_Menu_Item::setonly() { setonly(nullptr); } +void Fl_Menu_Item::setonly() { setonly(0); } /** Turns the radio item "on" for the menu item and turns "off" adjacent radio items set. -- cgit v1.2.3