r261: Use explicit std:: namespace
[ctsim.git] / libctgraphics / sgp.cpp
index 3626555c86f0e67d0fc0aad46a503a8326324fae..ad33f758cda20e764a55cc52909ad788c8feaa6b 100644 (file)
@@ -7,7 +7,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sgp.cpp,v 1.17 2000/12/06 01:46:43 kevin Exp $
+**  $Id: sgp.cpp,v 1.18 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
@@ -596,7 +596,7 @@ SGP::pointRel (double x, double y)
 
 
 void
-SGP::drawText (const string& rsMessage)
+SGP::drawText (const std::string& rsMessage)
 {
   drawText (rsMessage.c_str());
 }