summaryrefslogtreecommitdiff
path: root/src/Fl_PNM_Image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_PNM_Image.cxx')
-rw-r--r--src/Fl_PNM_Image.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_PNM_Image.cxx b/src/Fl_PNM_Image.cxx
index d7468b2e1..168f570f5 100644
--- a/src/Fl_PNM_Image.cxx
+++ b/src/Fl_PNM_Image.cxx
@@ -25,6 +25,7 @@
// http://www.fltk.org/str.php
//
// Contents:
+
//
// Fl_PNM_Image::Fl_PNM_Image() - Load a PNM image...
//
@@ -45,6 +46,11 @@
// 'Fl_PNM_Image::Fl_PNM_Image()' - Load a PNM image...
//
+/**
+ The constructor loads the named PNM image.
+ <P>The inherited destructor free all memory and server resources that are used by the image.
+*/
+
Fl_PNM_Image::Fl_PNM_Image(const char *name) // I - File to read
: Fl_RGB_Image(0,0,0) {
FILE *fp; // File pointer