summaryrefslogtreecommitdiff
path: root/src/include/cctk_Parameter.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:18:04 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:18:04 +0000
commit27e2c85a4f0533d2f1188bf8e73d058c413ff73a (patch)
tree14c5b3c8a3ccf4961c2085fc0c64a45b0f9c8cc4 /src/include/cctk_Parameter.h
parent4fb5df677b96327a8d3f24c259f8b81d3e9fd20a (diff)
char -> const char
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1732 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Parameter.h')
-rw-r--r--src/include/cctk_Parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Parameter.h b/src/include/cctk_Parameter.h
index e0c68857..6b23ba46 100644
--- a/src/include/cctk_Parameter.h
+++ b/src/include/cctk_Parameter.h
@@ -28,7 +28,7 @@
#define SCOPE_ANY 5 /* parameter scope is undefined/arbitrary */
#ifdef NEED_PARAMETER_SCOPE_STRINGS
-static char *cctk_parameter_scopes[] = {"GLOBAL",
+static const char *cctk_parameter_scopes[] = {"GLOBAL",
"RESTRICTED",
"PRIVATE",
"NOT GLOBAL",