diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-11 18:45:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-11 18:45:20 +0000 |
commit | 584329a39a15125282a7abe83be2a8e3965cfe93 (patch) | |
tree | e918556e2aa003520fdad9331922b76581ffdafc /tests/Dirent_Test.cpp | |
parent | 7611d5ee7d6112ca53d823908f331cd24a1c144c (diff) | |
download | ATCD-584329a39a15125282a7abe83be2a8e3965cfe93.tar.gz |
ChangeLogTag:Fri May 11 10:25:00 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'tests/Dirent_Test.cpp')
-rw-r--r-- | tests/Dirent_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Dirent_Test.cpp b/tests/Dirent_Test.cpp index 79869e1613e..d6c71b313e7 100644 --- a/tests/Dirent_Test.cpp +++ b/tests/Dirent_Test.cpp @@ -31,7 +31,7 @@ main (int, ACE_TCHAR *[]) ACE_START_TEST (ACE_TEXT ("Dirent_Test")); int status = 0; - DIR *directory = ACE_OS::opendir (ACE_TEXT ("../tests")); + ACE_DIR *directory = ACE_OS::opendir (ACE_TEXT ("../tests")); int entrycount = 0; for (; ACE_OS::readdir(directory) != 0; entrycount++); |