From abf28f0b70f10cb9a37ff64478e33b4fcc11fef7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 1 Nov 2024 17:48:13 +0100 Subject: Improve and clarify documentation --- FL/Fl_Text_Buffer.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Text_Buffer.H') diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 6d59e9adf..f548f1e4e 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -167,7 +167,7 @@ public: // Returns true if selected() and the positions of this selection. int selected(int *startpos, int *endpos) const; - FL_DEPRECATED("in 1.4.0 - use selected(startpos, endpos) instead", + FL_DEPRECATED("since 1.4.0 - use selected(startpos, endpos) instead", int position(int *startpos, int *endpos) const) { return selected(startpos, endpos); } protected: -- cgit v1.2.3