X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2if.cpp;h=ce522b98ac13c00ffb2f880693f2fe7e4488a247;hp=9b8fd22f89263b3be6405ff8f51463d5a1c8b835;hb=27a474e0622ebb7229fd5705552021f63d8f932d;hpb=ab4a3ba2c1ba9672136b5022897f81fc55d03493 diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index 9b8fd22..ce522b9 100644 --- a/tools/phm2if.cpp +++ b/tools/phm2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2if.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $ +** $Id: phm2if.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 @@ -152,7 +152,7 @@ phm2if_main (int argc, char* argv[]) opt_debug = 1; break; case O_TRACE: - if ((opt_trace = convertTraceNameToID(optarg)) == TRACE_INVALID) { + if ((opt_trace = TraceLevel::convertTraceNameToID(optarg)) == TRACE_INVALID) { phm2if_usage(argv[0]); return (1); }