X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fphantom.cpp;h=e6d4a6299fad95ee07d0af777f2c62ee2219247b;hb=89997e727ff5d4d8828f6fdaee435d809b623ffe;hp=6e3537dbe4757fd1e787e94d8ad08e697e0fcfdd;hpb=ee0105d74fec9d6bfd236e22e9e1d315e46c568e;p=ctsim.git diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index 6e3537d..e6d4a62 100644 --- a/libctsim/phantom.cpp +++ b/libctsim/phantom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phantom.cpp,v 1.21 2000/12/06 01:46:43 kevin Exp $ +** $Id: phantom.cpp,v 1.22 2000/12/16 06:12:47 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -311,7 +311,7 @@ Phantom::show () const show (sgp); - cout << "Press return to continue"; + std::cout << "Press return to continue"; cio_kb_getc(); }