diff options
author | Steve Huston <shuston@riverace.com> | 2001-08-12 05:28:23 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-08-12 05:28:23 +0000 |
commit | e5ee79147d3fe11cc80b4525b7df28369592444c (patch) | |
tree | 200d7befc65a241766c9ea7ea331f402e4f75ee1 /tests/Log_Msg_Test.cpp | |
parent | 20cec83f2c11a1c2ff31d0cc759ca8226fb04768 (diff) | |
download | ATCD-e5ee79147d3fe11cc80b4525b7df28369592444c.tar.gz |
ChangeLogTag:Sun Aug 12 01:27:51 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Log_Msg_Test.cpp')
-rw-r--r-- | tests/Log_Msg_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp index 462e22132c2..1c3c111d21b 100644 --- a/tests/Log_Msg_Test.cpp +++ b/tests/Log_Msg_Test.cpp @@ -435,7 +435,7 @@ private: void Log_Spec_Verify::log (ACE_Log_Record &log_record) { - ACE_TCHAR *b = log_record.msg_data (); + const ACE_TCHAR *b = log_record.msg_data (); const ACE_TCHAR *expect = 0; if (ACE_OS::strncmp (b, ACE_TEXT ("l1:"), 3) == 0) |