summaryrefslogtreecommitdiff
path: root/include/CommonAPI/Address.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/Address.hpp')
-rw-r--r--include/CommonAPI/Address.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CommonAPI/Address.hpp b/include/CommonAPI/Address.hpp
index 74a13d4..39cac8b 100644
--- a/include/CommonAPI/Address.hpp
+++ b/include/CommonAPI/Address.hpp
@@ -15,7 +15,7 @@ namespace CommonAPI {
class Address {
public:
- COMMONAPI_EXPORT Address() = default;
+ COMMONAPI_EXPORT Address();
COMMONAPI_EXPORT Address(const std::string &_address);
COMMONAPI_EXPORT Address(const std::string &_domain,
const std::string &_interface,