diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-10 16:27:42 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-02-10 16:29:14 +0100 |
| commit | 4440e356934dad02e6f632e7bf68c916b4f2f1dc (patch) | |
| tree | fa4735d0880b5c064e32dc337c058def91c845b9 /FL/Fl_Text_Buffer.H | |
| parent | fc9d0a23af137aa23a906196c925ba92249e0d50 (diff) | |
Deprecated warnings wording adapted
Diffstat (limited to 'FL/Fl_Text_Buffer.H')
| -rw-r--r-- | FL/Fl_Text_Buffer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 28fbb0f44..e3e131ef1 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -166,7 +166,7 @@ public: // Returns true if selected() and the positions of this selection. int selected(int *startpos, int *endpos) const; - FL_DEPRECATED("Please use selected(startpos, endpos) instead (since 1.4.0).", + FL_DEPRECATED("in 1.4.0 - use selected(startpos, endpos) instead", int position(int *startpos, int *endpos) const) { return selected(startpos, endpos); } protected: |
