summaryrefslogtreecommitdiff
path: root/include/fstream
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-07-15 18:18:07 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-07-15 18:18:07 +0000
commit639a668b4c4ef29d10739ca4d945c3444dc124e1 (patch)
treefec85c0fa3b808f0262ab82658d1180a9b46fd9a /include/fstream
parent22ce0b4a1c8ecded25b52335a1944a60db9d6b6a (diff)
Tests for basic posix regex templated on wchar_t
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@108435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/fstream')
-rw-r--r--include/fstream2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstream b/include/fstream
index 4d10ba558..1d7d221a8 100644
--- a/include/fstream
+++ b/include/fstream
@@ -789,7 +789,7 @@ basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
template <class _CharT, class _Traits>
typename basic_filebuf<_CharT, _Traits>::pos_type
-basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode __wch)
+basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
{
if (__file_ == 0 || sync())
return pos_type(off_type(-1));