summaryrefslogtreecommitdiff
path: root/ace/Filecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Filecache.h')
-rw-r--r--ace/Filecache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Filecache.h b/ace/Filecache.h
index d7870691c01..7e8df017878 100644
--- a/ace/Filecache.h
+++ b/ace/Filecache.h
@@ -329,7 +329,7 @@ private:
ACE_HANDLE handle_;
/// Used to compare against the real file to test if an update is needed.
- struct stat stat_;
+ ACE_stat stat_;
size_t size_;
/// Status indicators.