Changeset 6439 in ntrip


Ignore:
Timestamp:
Dec 26, 2014, 10:44:47 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6438 r6439  
    107107  }
    108108  catch (Exception& exc) {
     109    *_log << "ERROR: " << exc.what() << endl;
     110  }
     111  catch (std::exception& exc) {
    109112    *_log << "ERROR: " << exc.what() << endl;
    110113  }
Note: See TracChangeset for help on using the changeset viewer.