summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Server_i.h')
-rw-r--r--TAO/examples/Simple/chat/Server_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/chat/Server_i.h b/TAO/examples/Simple/chat/Server_i.h
index e2479811f2e..dca164d5ba6 100644
--- a/TAO/examples/Simple/chat/Server_i.h
+++ b/TAO/examples/Simple/chat/Server_i.h
@@ -54,7 +54,7 @@ private:
// Writes the server ior to a file, for the clients to pick up
// later.
- const char *ior_file_name_;
+ char *ior_file_name_;
// The file name to save the ior to.
TAO_ORB_Manager orb_manager_;