summaryrefslogtreecommitdiff
path: root/ace/Read_Buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Read_Buffer.cpp')
-rw-r--r--ace/Read_Buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Read_Buffer.cpp b/ace/Read_Buffer.cpp
index b8e4ff65055..17c546ccdf5 100644
--- a/ace/Read_Buffer.cpp
+++ b/ace/Read_Buffer.cpp
@@ -52,7 +52,7 @@ ACE_Read_Buffer::~ACE_Read_Buffer (void)
ACE_TRACE ("ACE_Read_Buffer::~ACE_Read_Buffer");
if (this->close_on_delete_)
- ::fclose (this->stream_);
+ ACE_OS::fclose (this->stream_);
}
// Input: term the character to terminate on