summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/server.cpp')
-rw-r--r--TAO/tests/Param_Test/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/server.cpp b/TAO/tests/Param_Test/server.cpp
index 1b640bc78b3..f143b1f8848 100644
--- a/TAO/tests/Param_Test/server.cpp
+++ b/TAO/tests/Param_Test/server.cpp
@@ -24,7 +24,7 @@ ACE_RCSID (Param_Test,
// Parses the command line arguments and returns an error status.
static FILE *ior_output_file = 0;
-static char *ior_output_filename = "test.ior";
+static const char *ior_output_filename = "test.ior";
static int
parse_args (int argc, char *argv[])