Cary Sandvig 25 лет назад
Родитель
Сommit
d7e0fb7bd6
1 измененных файлов с 1 добавлено и 1 удалено
  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()
 {
-   ipfstream ipfs("ls -l");
+   IPipeStream ipfs("ls -l");
 
    ReadIt(ipfs);
 }