summaryrefslogtreecommitdiff
path: root/src/networkAddress.h
diff options
context:
space:
mode:
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();