From 4440e356934dad02e6f632e7bf68c916b4f2f1dc Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 10 Feb 2023 16:27:42 +0100 Subject: Deprecated warnings wording adapted --- FL/Fl_Tile.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Tile.H') 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); } }; -- cgit v1.2.3