summaryrefslogtreecommitdiff
path: root/ace/Pagefile_Memory_Pool.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pagefile_Memory_Pool.inl')
-rw-r--r--ace/Pagefile_Memory_Pool.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Pagefile_Memory_Pool.inl b/ace/Pagefile_Memory_Pool.inl
index cf54da23f29..dd8eeb61220 100644
--- a/ace/Pagefile_Memory_Pool.inl
+++ b/ace/Pagefile_Memory_Pool.inl
@@ -16,7 +16,7 @@ ACE_Pagefile_Memory_Pool::round_to_chunk_size (size_t nbytes)
ACE_INLINE size_t
ACE_Pagefile_Memory_Pool::round_to_page_size (size_t nbytes)
{
- return ACE::round_to_pagesize (static_cast<off_t> (nbytes));
+ return ACE::round_to_pagesize (nbytes);
}
ACE_INLINE int