summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_Client_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_Client_i.cpp')
-rw-r--r--TAO/examples/Simple/echo/Echo_Client_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/echo/Echo_Client_i.cpp b/TAO/examples/Simple/echo/Echo_Client_i.cpp
index b931e85fdfd..53bbad62394 100644
--- a/TAO/examples/Simple/echo/Echo_Client_i.cpp
+++ b/TAO/examples/Simple/echo/Echo_Client_i.cpp
@@ -19,7 +19,7 @@ Echo_Client_i::~Echo_Client_i (void)
}
int
-Echo_Client_i::run (char *name,
+Echo_Client_i::run (const char *name,
int argc,
char *argv[])
{