Very tiny documentation revision.

Fixed code so it can be compiled on SunStudio without errors.
This commit is contained in:
Sanel Zukan
2009-03-30 15:17:00 +00:00
parent 43e887c41d
commit e8c8485097
15 changed files with 54 additions and 99 deletions

View File

@ -60,7 +60,7 @@ typedef list<DialogEntry*>::iterator DialogEntryListIter;
static Fl_Window* dialog_win;
static Fl_Check_Browser* cbrowser;
static Fl_Pixmap warnpix(warning_xpm);
static Fl_Pixmap warnpix((const char**)warning_xpm);
static char* get_basename(const char* path) {
char* p = strrchr(path, '/');