diff options
Diffstat (limited to 'FL/Fl_File_Icon.H')
| -rw-r--r-- | FL/Fl_File_Icon.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_File_Icon.H b/FL/Fl_File_Icon.H index 0bdfc26a6..17ade0cda 100644 --- a/FL/Fl_File_Icon.H +++ b/FL/Fl_File_Icon.H @@ -53,8 +53,8 @@ The Fl_File_Icon class manages icon images that can be used as labels in other widgets and as icons in the FileBrowser widget. */ -class FL_EXPORT Fl_File_Icon //// Icon data -{ +class FL_EXPORT Fl_File_Icon { //// Icon data + static Fl_File_Icon *first_; // Pointer to first icon/filetype Fl_File_Icon *next_; // Pointer to next icon/filetype const char *pattern_; // Pattern string |
