X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fplotfile.h;h=b88793f43ff99d6f8713cf730b7e296ef93efc1e;hp=da40ed358f6cef38d9fd2ebb9dd93856da22ded5;hb=4076fbc077adfd9ee610beef09b52d9e12c14abb;hpb=c39188dafe238b70c0e2dd45fd1cd2e2be95a7dc diff --git a/include/plotfile.h b/include/plotfile.h index da40ed3..b88793f 100644 --- a/include/plotfile.h +++ b/include/plotfile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: plotfile.h,v 1.4 2000/12/23 18:12:35 kevin Exp $ +** $Id: plotfile.h,v 1.5 2001/01/02 07:47:36 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 @@ -131,6 +131,7 @@ public: { return m_strFilename; } void printHeaders (std::ostream& os) const; + void printHeaders (std::ostringstream& os) const; };