Selaa lähdekoodia

whee, it works

Cary Sandvig 25 vuotta sitten
vanhempi
sitoutus
d7e0fb7bd6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dtool/src/dconfig/test_pfstream.cxx

+ 1 - 1
dtool/src/dconfig/test_pfstream.cxx

@@ -18,7 +18,7 @@ void ReadIt(istream& ifs) {
 
 
 main()
 main()
 {
 {
-   ipfstream ipfs("ls -l");
+   IPipeStream ipfs("ls -l");
 
 
    ReadIt(ipfs);
    ReadIt(ipfs);
 }
 }