diff options
Diffstat (limited to 'src/upnp')
-rw-r--r-- | src/upnp/upnprouter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upnp/upnprouter.h b/src/upnp/upnprouter.h index d717a49..f685620 100644 --- a/src/upnp/upnprouter.h +++ b/src/upnp/upnprouter.h @@ -242,7 +242,7 @@ namespace kt * @param port The local port to forward */ void forward(const net::Port & externalport, - const net::Port & internalport = net::Port::Port(), + const net::Port & internalport = net::Port(), bool force = false); /** @@ -291,7 +291,7 @@ namespace kt bt::HTTPRequest* sendSoapQuery(const QString & query,const QString & soapact,const QString & controlurl,bool fwd, bool at_exit = false ); bool verbose; - void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port::Port()); + void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port()); void undoForward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport,bt::WaitJob* waitjob); void httpRequestDone(bt::HTTPRequest* r,bool erase_fwd); |