X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fsgp.cpp;h=ad33f758cda20e764a55cc52909ad788c8feaa6b;hp=3626555c86f0e67d0fc0aad46a503a8326324fae;hb=dc034c9d0b7d9c3874a324a4c2c189a02945adc8;hpb=1b16aa3f50af7b0c9749c077d9785d7d71928183 diff --git a/libctgraphics/sgp.cpp b/libctgraphics/sgp.cpp index 3626555..ad33f75 100644 --- a/libctgraphics/sgp.cpp +++ b/libctgraphics/sgp.cpp @@ -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()); }