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

@@ -28,7 +28,7 @@
#include <edelib/Nls.h>
#include "icons/ede.xpm"
static Fl_Pixmap image_ede(ede_xpm);
static Fl_Pixmap image_ede((const char**)ede_xpm);
Fl_Window* win;
Fl_Text_Buffer* stylebuff;