From b4c15eb8ae300eeb374f461a7788ec6dec7938f0 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 11 Jan 2011 20:52:38 +0000 Subject: Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files, extraneous ';' and ',' and an invalid cast. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Native_File_Chooser_FLTK.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Native_File_Chooser_FLTK.H b/FL/Fl_Native_File_Chooser_FLTK.H index ad511666a..e97ffb037 100644 --- a/FL/Fl_Native_File_Chooser_FLTK.H +++ b/FL/Fl_Native_File_Chooser_FLTK.H @@ -3,7 +3,7 @@ // // FLTK native OS file chooser widget // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2011 by Bill Spitzak and others. // Copyright 2005 by Nathan Vander Wilt. // // This library is free software; you can redistribute it and/or @@ -93,7 +93,7 @@ public: NO_OPTIONS = 0x0000, ///< no options enabled SAVEAS_CONFIRM = 0x0001, ///< Show native 'Save As' overwrite confirm dialog (if supported) NEW_FOLDER = 0x0002, ///< Show 'New Folder' icon (if supported) - PREVIEW = 0x0004, ///< enable preview mode + PREVIEW = 0x0004 ///< enable preview mode }; private: int _btype; // kind-of browser to show() -- cgit v1.2.3