summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/server.cpp')
-rw-r--r--TAO/tests/NestedUpcall/Simple/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/server.cpp b/TAO/tests/NestedUpcall/Simple/server.cpp
index 1561c7f871a..e35959b5a43 100644
--- a/TAO/tests/NestedUpcall/Simple/server.cpp
+++ b/TAO/tests/NestedUpcall/Simple/server.cpp
@@ -9,7 +9,7 @@ ACE_RCSID(Simple, server, "$Id$")
static int quiet = 0;
// The test is quiet...
-static char *ior_file = "test.ior";
+static const char *ior_file = "test.ior";
// File of file to which the ior is written
static int number_of_threads = 1;