r261: Use explicit std:: namespace
[ctsim.git] / libctsim / phantom.cpp
index 6e3537dbe4757fd1e787e94d8ad08e697e0fcfdd..e6d4a6299fad95ee07d0af777f2c62ee2219247b 100644 (file)
@@ -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();
 }