summaryrefslogtreecommitdiff
path: root/tests/Logging_Strategy_Test.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-08 14:35:52 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-08 14:35:52 +0000
commit646e7cc8d6ea19f256375d785249863c9a8cd3d4 (patch)
tree25cd3d900ecab3451c1305f50ed2ff6dc5b264ac /tests/Logging_Strategy_Test.cpp
parent163a41c7f250e7c6417bd8395cc7918dbcd12e0c (diff)
downloadATCD-646e7cc8d6ea19f256375d785249863c9a8cd3d4.tar.gz
ChangeLogTag: Sat Sep 8 09:34:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'tests/Logging_Strategy_Test.cpp')
-rw-r--r--tests/Logging_Strategy_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Logging_Strategy_Test.cpp b/tests/Logging_Strategy_Test.cpp
index 2fac59480f3..689d5432efc 100644
--- a/tests/Logging_Strategy_Test.cpp
+++ b/tests/Logging_Strategy_Test.cpp
@@ -451,7 +451,7 @@ int main (int argc, ACE_TCHAR *argv [])
// statically
ACE_Logging_Strategy logging_strategy;
char ls_argc = argc - 1;
- ACE_Auto_Basic_ptr<ACE_TCHAR *> ls_argv (new ACE_TCHAR *[ls_argc]);
+ ACE_Auto_Basic_Ptr<ACE_TCHAR *> ls_argv (new ACE_TCHAR *[ls_argc]);
for (char c = 0; c < ls_argc; c++)
(ls_argv.get ())[c] = argv[c+1];