X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fphm2pj.cpp;h=c465210f48ad51d9eddaa5ee4ff8faf6a437fdba;hb=27a474e0622ebb7229fd5705552021f63d8f932d;hp=69c6ea5b853a366498d07e5863d2c237dae5302c;hpb=1fd4f7cc977b9f1499716de10d15656bd50f4816;p=ctsim.git diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index 69c6ea5..c465210 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2pj.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $ +** $Id: phm2pj.cpp,v 1.2 2000/07/20 11:17:31 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 @@ -133,7 +133,7 @@ phm2pj_main (int argc, char* argv[]) break; break; case O_TRACE: - if ((opt_trace = convertTraceNameToID(optarg)) == TRACE_INVALID) { + if ((opt_trace = TraceLevel::convertTraceNameToID(optarg)) == TRACE_INVALID) { phm2pj_usage(argv[0]); return (1); }