diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-25 18:18:52 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-25 18:18:52 +0100 |
| commit | 426dadb0d7ea9e0bb2f6d70a4ed4f08efecfd477 (patch) | |
| tree | a56635b40a7814a6af50d252849f31fa1024eb55 | |
| parent | 0105b593b6f45e5fee45ed5d79460e5e93985702 (diff) | |
Fix doxygen warning (missing end quote)
| -rw-r--r-- | src/Fl_Shared_Image.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx index 89b23ab8f..9782e6371 100644 --- a/src/Fl_Shared_Image.cxx +++ b/src/Fl_Shared_Image.cxx @@ -1,7 +1,7 @@ // // Shared image code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2024 by Bill Spitzak and others. +// Copyright 1998-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -323,7 +323,7 @@ void Fl_Shared_Image::reload() { /** Create a resized copy of the image and wrap it into the share image class. - This function is usually followed by a call to `returned_image->add() to add + This function is usually followed by a call to `returned_image->add()` to add the image to the pool, and `this->refcounter_++` to make sure that the original shared image keeps a reference to the copy. Don't call this function if an image of the given size is already in the pool. |
