From 584329a39a15125282a7abe83be2a8e3965cfe93 Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 11 May 2001 18:45:20 +0000 Subject: ChangeLogTag:Fri May 11 10:25:00 2001 Douglas C. Schmidt --- tests/Dirent_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Dirent_Test.cpp') 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++); -- cgit v1.2.1