From 13a42f1d9e34cbb5fd45bbfdb0b7d0524734c715 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 9 Nov 2003 08:56:09 +0000 Subject: [PATCH] Change istringstream back to a typedef so there is no need to redefine every class memeber. --- simgear/compatibility/sstream | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simgear/compatibility/sstream b/simgear/compatibility/sstream index 6188ce94..a90a6498 100644 --- a/simgear/compatibility/sstream +++ b/simgear/compatibility/sstream @@ -14,8 +14,7 @@ namespace std { }; - class istringstream : public istrstream { - }; + typedef istrstream istringstream; }; -- 2.39.5