summaryrefslogtreecommitdiff
path: root/ace/Dirent.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-06-29 21:38:23 +0000
committerSteve Huston <shuston@riverace.com>2000-06-29 21:38:23 +0000
commita18e420d2aab9794e59a3d339dc15c8c906d6753 (patch)
tree69176f8f66252f180e40dcfdd9ffb3eaf2c5aada /ace/Dirent.h
parent07130a065a74315bf72c3b44aeeb7be24cb03345 (diff)
downloadATCD-a18e420d2aab9794e59a3d339dc15c8c906d6753.tar.gz
ChangeLogTag:Thu Jun 29 15:49:16 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r--ace/Dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dirent.h b/ace/Dirent.h
index d026c44e7db..5dc59c63ae0 100644
--- a/ace/Dirent.h
+++ b/ace/Dirent.h
@@ -36,7 +36,7 @@ public:
ACE_Dirent (void);
// Default constructor.
- ACE_Dirent (const ACE_TCHAR *dirname);
+ ACE_EXPLICIT ACE_Dirent (const ACE_TCHAR *dirname);
// Constructor calls <opendir>
int open (const ACE_TCHAR *filename);