summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/Log_Record.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index 52eebe1679d..7cb89f44353 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -116,7 +116,7 @@ ACE_Log_Record::ACE_Log_Record (void)
}
int
-ACE_Log_Record::format_msg (const ASYS_TCHAR host_name[],
+ACE_Log_Record::format_msg (const ASYS_TCHAR *host_name,
u_long verbose_flag,
ASYS_TCHAR *verbose_msg)
{
@@ -229,7 +229,7 @@ ACE_Log_Record::print (const ASYS_TCHAR *host_name,
#if ! defined (ACE_LACKS_IOSTREAM_TOTALLY)
int
-ACE_Log_Record::print (const ASYS_TCHAR host_name[],
+ACE_Log_Record::print (const ASYS_TCHAR *host_name,
u_long verbose_flag,
ostream &s)
{