diff options
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
| -rw-r--r-- | src/Fl_SVG_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index 58d477e93..b988ea6a0 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -95,7 +95,7 @@ Fl_SVG_Image::Fl_SVG_Image(const char *sharedname, const char *svg_data) : commonly used for compressed binary data, but the reader recognizes if the data is uncompressed, and reads it as a text block. - \param sharedname if not \c NULL, a shared image will be generated with this name + \param name if not \c NULL, a shared image will be generated with this name \param svg_data a pointer to the memory location of the SVG image data \param length of \p svg_data or \c 0 if the length is unknown. This will protect memory outside of the \p svg_data array from illegal read |
