Changeset 2142 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Dec 31, 2009, 10:39:30 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2141 r2142  
    288288  if (settings.value("pppMount").toString() == _staID) {
    289289    _PPPclient = new bncPPPclient(_staID);
    290     connect(_PPPclient, SIGNAL(newPosition(const double*)),
    291             this, SIGNAL(newPosition(const double*)));
     290    connect(_PPPclient, SIGNAL(newPosition(const bncTime&, const double*)),
     291            this, SIGNAL(newPosition(const bncTime&, const double*)));
    292292  }
    293293
Note: See TracChangeset for help on using the changeset viewer.