From 01075687cff225c53e37ac048f206d0bf95b5538 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 12 Aug 2023 23:04:57 +0200 Subject: #765: Replaces uncommon escape sequence. Missing return value in docs. --- documentation/src/migration_1_4.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/migration_1_4.dox b/documentation/src/migration_1_4.dox index 9d516aa33..1061a5759 100644 --- a/documentation/src/migration_1_4.dox +++ b/documentation/src/migration_1_4.dox @@ -172,8 +172,8 @@ Code example in header file: \code class Your_Image { // ... - copy() const FL_OVERRIDE; - copy(int w, int h) const FL_OVERRIDE; + Fl_Image *copy() const FL_OVERRIDE; + Fl_Image *copy(int w, int h) const FL_OVERRIDE; }; \endcode -- cgit v1.2.3