summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Address.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/Address.cpp')
-rw-r--r--src/CommonAPI/Address.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CommonAPI/Address.cpp b/src/CommonAPI/Address.cpp
index 0a7344a..ca49cf4 100644
--- a/src/CommonAPI/Address.cpp
+++ b/src/CommonAPI/Address.cpp
@@ -9,6 +9,10 @@
namespace CommonAPI {
+Address::Address() {
+
+}
+
Address::Address(const std::string &_address) {
// TODO: handle error situation (_address is no valid CommonAPI address)
setAddress(_address);