r156: *** empty log message ***
[ctsim.git] / tools / pjrec.cpp
index df9af1ca2bcf4f12f3e594ba8792cb3ab8bc1c8a..dd4ad81b6695334ecf4daa1506f36fb3bb4407d8 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: pjrec.cpp,v 1.2 2000/07/15 08:36:13 kevin Exp $
+**  $Id: pjrec.cpp,v 1.3 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
@@ -198,7 +198,7 @@ pjrec_main (int argc, char * argv[])
          optDebug = 1;
          break;
        case O_TRACE:
-         if ((optTrace = convertTraceNameToID(optarg)) == TRACE_INVALID) {
+         if ((optTrace = TraceLevel::convertTraceNameToID(optarg)) == TRACE_INVALID) {
            pjrec_usage(argv[0]);
            return (1);
          }