Author: greg.ercolano
Date: 2009-03-31 10:00:35 -0700 (Tue, 31 Mar 2009)
New Revision: 6730
Log:
Made the char* arrays 'const' to prevent compiler warnings.
Modified:
branches/branch-1.3/FL/names.h
Modified: branches/branch-1.3/FL/names.h
===================================================================
--- branches/branch-1.3/FL/names.h 2009-03-30 20:41:22 UTC (rev 6729)
+++ branches/branch-1.3/FL/names.h 2009-03-31 17:00:35 UTC (rev 6730)
@@ -30,7 +30,7 @@
#ifndef FL_NAMES_H
#define FL_NAMES_H
-char *fl_eventnames[] =
+const char *fl_eventnames[] =
{
"FL_NO_EVENT",
"FL_PUSH",
@@ -58,7 +58,7 @@
"FL_DND_RELEASE",
};
-char *fl_fontnames[] =
+const char *fl_fontnames[] =
{
"FL_HELVETICA",
"FL_HELVETICA_BOLD",
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit