summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Proxy.cpp
diff options
context:
space:
mode:
authorDirk Huss <dirk_huss@mentor.com>2015-11-25 14:38:28 +0100
committerDirk Huss <dirk_huss@mentor.com>2015-11-25 14:38:28 +0100
commitb6f81b22fcf8d9cf8ee9248408b7d2a72fbff1d9 (patch)
tree8b0b1438ccaa9450ca4b21221eb9cd74f14b10f5 /src/CommonAPI/Proxy.cpp
parent3d2fb21d0e93b6b595610285e910ac80c099a174 (diff)
downloadgenivi-common-api-runtime-b6f81b22fcf8d9cf8ee9248408b7d2a72fbff1d9.tar.gz
CommonAPI 3.1.4
Diffstat (limited to 'src/CommonAPI/Proxy.cpp')
-rw-r--r--src/CommonAPI/Proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/Proxy.cpp b/src/CommonAPI/Proxy.cpp
index 072fc30..8f672d2 100644
--- a/src/CommonAPI/Proxy.cpp
+++ b/src/CommonAPI/Proxy.cpp
@@ -9,7 +9,7 @@ namespace CommonAPI {
const Address &
Proxy::getAddress() const {
- return address_;
+ return address_;
}
} // namespace CommonAPI