summaryrefslogtreecommitdiff
path: root/src/connectionParam.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-11-25 02:13:05 +0000
committerChristian Pointner <equinox@anytun.org>2008-11-25 02:13:05 +0000
commit126e3621fa91a0b5907adc36f2dffc6c81208dc9 (patch)
tree4c86c513fbe8e388ce1aabcf6cf18e752f6ffb51 /src/connectionParam.h
parentfixed readme (diff)
small type cleanup
Diffstat (limited to 'src/connectionParam.h')
-rw-r--r--src/connectionParam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionParam.h b/src/connectionParam.h
index 9748a18..41df91c 100644
--- a/src/connectionParam.h
+++ b/src/connectionParam.h
@@ -69,7 +69,7 @@ private:
ar & seq_nr_;
ar & remote_host;
ar & remote_port;
- boost::asio::ip::udp::endpoint endpoint(boost::asio::ip::address::from_string(remote_host), remote_port);
+ UDPPacketSource::proto::endpoint endpoint(boost::asio::ip::address::from_string(remote_host), remote_port);
remote_end_ = endpoint;
}
};