From 59f9c86c595ec53155a1f50e6cebf7265988e060 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 26 Sep 2006 06:35:51 +0000 Subject: fixed conversion warnings --- TAO/tests/Timeout/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tests/Timeout') diff --git a/TAO/tests/Timeout/client.cpp b/TAO/tests/Timeout/client.cpp index 0a0748e1cd5..9a7d1fe603c 100644 --- a/TAO/tests/Timeout/client.cpp +++ b/TAO/tests/Timeout/client.cpp @@ -49,7 +49,7 @@ parse_args (int argc, char *argv[]) } enum TO_TYPE {none = 0, orb1 = 1, thread1 = 2, object1 = 3}; -char *to_type_names[4] ={"none", "orb", "thread", "object"}; +const char *to_type_names[4] ={"none", "orb", "thread", "object"}; static int timeout_count[4] = {0, 0, 0, 0}; static int in_time_count[4] = {0, 0, 0, 0}; -- cgit v1.2.1