summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-14 12:29:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-14 12:29:51 +0000
commit217f77c9ef015684b08f77b2d129155c76414f9e (patch)
tree50e3e4576a1dfd8e13fb4692f75536df4ed48126 /fluid
parent8dda432b40163541d13f9f6cd520b5efbd82e0da (diff)
Eliminate compiler warnings on Solaris...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4282 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Fl_Function_Type.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx
index eb90b4f15..5a4ad35dc 100644
--- a/fluid/Fl_Function_Type.cxx
+++ b/fluid/Fl_Function_Type.cxx
@@ -681,7 +681,7 @@ void Fl_Comment_Type::read_property(const char *c) {
#include "comments.h"
static void load_comments_preset(Fl_Preferences &menu) {
- static char *predefined_comment[] = {
+ static const char * const predefined_comment[] = {
"GNU Public License/GPL Header", "GNU Public License/GPL Footer",
"GNU Public License/LGPL Header", "GNU Public License/LGPL Footer",
"FLTK/Header", "FLTK/Footer" };