aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/fstream.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2001-04-04 18:04:52 +0000
committerGeoffrey Keating <geoffk@redhat.com>2001-04-04 18:04:52 +0000
commitbf45c5652b2f37655a7b7738a9b3c642bec0aa3e (patch)
tree6da7ab101f855818b83b9ffa2c814a3140b05a3d /libstdc++-v3/include/backward/fstream.h
parent34d135392331b68715aa9661963083cfec223e99 (diff)
* include/backward/fstream.h: Add missing semicolons.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41090 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward/fstream.h')
-rw-r--r--libstdc++-v3/include/backward/fstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/backward/fstream.h b/libstdc++-v3/include/backward/fstream.h
index b4ecd3d8cad..6252d5d0969 100644
--- a/libstdc++-v3/include/backward/fstream.h
+++ b/libstdc++-v3/include/backward/fstream.h
@@ -34,14 +34,14 @@ using std::filebuf;
using std::ifstream;
using std::ofstream;
using std::fstream;
-using std::streampos
+using std::streampos;
#ifdef _GLIBCPP_USE_WCHAR_T
using std::wfilebuf;
using std::wifstream;
using std::wofstream;
using std::wfstream;
-using std::wstreampos
+using std::wstreampos;
#endif
#endif