]> git.mxchange.org Git - simgear.git/commitdiff
Change istringstream back to a typedef so there is no need to redefine every class...
authorehofman <ehofman>
Sun, 9 Nov 2003 08:56:09 +0000 (08:56 +0000)
committerehofman <ehofman>
Sun, 9 Nov 2003 08:56:09 +0000 (08:56 +0000)
simgear/compatibility/sstream

index 6188ce94c058bdb2f61ba45a5d66274d88a12758..a90a6498bc1200bf81ef6247a43df0eebc6fc88f 100644 (file)
@@ -14,8 +14,7 @@ namespace std {
    };
 
 
-   class istringstream : public istrstream {
-   };
+   typedef istrstream istringstream;
 
 };