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_Tile.H | |
| parent | fc9d0a23af137aa23a906196c925ba92249e0d50 (diff) | |
Deprecated warnings wording adapted
Diffstat (limited to 'FL/Fl_Tile.H')
| -rw-r--r-- | FL/Fl_Tile.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index 77c035ddd..af104a4eb 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -30,7 +30,7 @@ public: Fl_Tile(int X, int Y, int W, int H, const char *L=0); void resize(int X, int Y, int W, int H) FL_OVERRIDE; void move_intersection(int oldx, int oldy, int newx, int newy); - FL_DEPRECATED("Please use move_intersection(p) instead (since 1.4.0).", + FL_DEPRECATED("in 1.4.0 - use move_intersection(p) instead", void position(int oldx, int oldy, int newx, int newy)) { return move_intersection(oldx, oldy, newx, newy); } void position(int x, int y) { Fl_Group::position(x, y); } }; |
