diff options
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/server.cpp')
-rw-r--r-- | TAO/tests/MProfile_Forwarding/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MProfile_Forwarding/server.cpp b/TAO/tests/MProfile_Forwarding/server.cpp index b4c46cb34d6..5f32ddff5ec 100644 --- a/TAO/tests/MProfile_Forwarding/server.cpp +++ b/TAO/tests/MProfile_Forwarding/server.cpp @@ -7,7 +7,7 @@ ACE_RCSID(MT_Client, server, "$Id$") -const char *ior_output_file = 0; +const ACE_TCHAR *ior_output_file = 0; int parse_args (int argc, ACE_TCHAR *argv[]) |