X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezset.cpp;h=09e85e1a70a0492baff7a7d4319c7d3e9ec12847;hp=1bc08c8c252f5f0a305b2dc7351f2d4afacc25cf;hb=44ba9ce559d2d52cbd7bbea6bcd76242840fd3eb;hpb=595e63c804284d460ce4d032c3848b75bc57186d diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index 1bc08c8..09e85e1 100644 --- a/libctgraphics/ezset.cpp +++ b/libctgraphics/ezset.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezset.cpp,v 1.2 2000/06/19 19:04:05 kevin Exp $ +** $Id: ezset.cpp,v 1.3 2000/06/20 17:54:51 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 @@ -183,7 +183,7 @@ do_cmd (int lx) break; case S_REPLOT: ez.i_plotimmediate = TRUE; - ezplot (NULL, NULL, 0); + ezplot (static_cast(NULL), static_cast(NULL), 0); #if 0 if (modeinteract == TRUE) WAITKEY(); @@ -405,7 +405,7 @@ do_cmd (int lx) ez.o_unknowncurves = FALSE; ez.o_reqcurves = ez.i_numcurves; ez.i_plotimmediate = TRUE; - ezplot (NULL, NULL, 0); + ezplot (static_cast(NULL), static_cast(NULL), 0); ez.i_plotimmediate = FALSE; } }