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_Browser_.H | |
| parent | fc9d0a23af137aa23a906196c925ba92249e0d50 (diff) | |
Deprecated warnings wording adapted
Diffstat (limited to 'FL/Fl_Browser_.H')
| -rw-r--r-- | FL/Fl_Browser_.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index b373fd966..e75973222 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -245,11 +245,11 @@ public: \see position(), hposition() */ int vposition() const { return position_; } - FL_DEPRECATED("Please use vposition() instead (since 1.4.0).", + FL_DEPRECATED("in 1.4.0 - use vposition() instead", int position() const) { return vposition(); } void vposition(int pos); // scroll to here - FL_DEPRECATED("Please use vposition(pos) instead (since 1.4.0).", + FL_DEPRECATED("in 1.4.0 - use vposition(pos) instead", void position(int pos)) { return vposition(pos); } void position(int x, int y) { Fl_Group::position(x, y); } |
