summaryrefslogtreecommitdiff
path: root/src/networkAddress.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-11 18:00:23 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-11 18:00:23 +0000
commit9f32afad9da79eea298fb5288096efc8307d26fa (patch)
treec2461551e356c2dc335c9970438d546e5bc81e3a /src/networkAddress.h
parentremoved unused router (diff)
fixed bug in routing initialisation
Diffstat (limited to 'src/networkAddress.h')
-rw-r--r--src/networkAddress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkAddress.h b/src/networkAddress.h
index 81fbe59..e2228d5 100644
--- a/src/networkAddress.h
+++ b/src/networkAddress.h
@@ -56,7 +56,7 @@ public:
NetworkAddress(boost::asio::ip::address_v6);
NetworkAddress(boost::asio::ip::address_v4);
NetworkAddress(u_int64_t);
- NetworkAddress(const network_address_type_t type, const char * address );
+ NetworkAddress(const network_address_type_t type, const std::string & address );
~NetworkAddress();
void setNetworkAddress(const network_address_type_t type, const std::string & address );
network_address_type_t getNetworkAddressType();