diff options
Diffstat (limited to 'FL/Fl_File_Chooser.H')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 5935edc28..57e0a97f9 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -142,7 +142,7 @@ public: void ok_label(const char *l); const char * ok_label(); void preview(int e); - int preview() const { return previewButton->value(); }; + int preview() const { return previewButton->value(); } private: void showHidden(int e); void remove_hidden_files(); |
