mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Very tiny documentation revision.
Fixed code so it can be compiled on SunStudio without errors.
This commit is contained in:
@ -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, '/');
|
||||
|
Reference in New Issue
Block a user