Changeset 5721 in ntrip for trunk/BNC/src/PPP/pppMain.cpp


Ignore:
Timestamp:
Jul 31, 2014, 1:35:31 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppMain.cpp

    r5719 r5721  
    7171  while (it.hasNext()) {
    7272    QSharedPointer<t_options> opt = it.next();
    73     t_pppThread* pppThread = new t_pppThread(opt);
     73    t_pppThread* pppThread = new t_pppThread(opt.data());
    7474    _running = true;
    7575  }
Note: See TracChangeset for help on using the changeset viewer.