diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-07-07 15:46:50 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-07-07 15:47:00 +0200 |
| commit | 5c33d3051f06b3d0aa3514127d2cc8ee1c122874 (patch) | |
| tree | 645c4b85afd54f13fd2679d7b087ee7a8606cff2 /FL | |
| parent | bdde3e5d2bd6df79557e219f3b5f148aa0914390 (diff) | |
Fl_Help_View: Subclassing minor comment chages
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Help_View.H | 4 |
1 files changed, 2 insertions, 2 deletions
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 <memory> +#include <memory> // 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 |
