diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Logging_Strategy_Test.cpp | 2 |
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]; |