summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Help_View.H4
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