From 5c33d3051f06b3d0aa3514127d2cc8ee1c122874 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 7 Jul 2025 15:46:50 +0200 Subject: Fl_Help_View: Subclassing minor comment chages --- FL/Fl_Help_View.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Help_View.H') diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 68d04aa9e..ad5ba9f72 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -31,7 +31,7 @@ // System and C++ header files // -#include +#include // std::unique_ptr<> // // Forward declarations and typedefs @@ -174,7 +174,7 @@ public: void clear_selection(); void select_all(); - int text_selected(); + int text_selected() const; int copy(int clipboard=1); // Scroll bars -- cgit v1.2.3