summaryrefslogtreecommitdiff
path: root/src/CommonAPI/AttributeExtension.h
diff options
context:
space:
mode:
authorPatrick Sattler <sattler@itestra.de>2014-02-07 11:02:27 +0100
committerStefan Laner <laner@itestra.de>2014-03-03 11:27:37 +0100
commit5f5561161b1175fef41a2f2ae2a3d898d95ce1f6 (patch)
treef40557a779ae604285bd6ca6c218f6b91802976d /src/CommonAPI/AttributeExtension.h
parent42dab1dc21736a2a5b30cbdb48dc362632eb3de1 (diff)
downloadgenivi-common-api-runtime-5f5561161b1175fef41a2f2ae2a3d898d95ce1f6.tar.gz
All public inline functions arn't anymore inline
- methods with templates excluded Change-Id: I9e2abd0b1015781a4d27c9070fcabb18786dbb88
Diffstat (limited to 'src/CommonAPI/AttributeExtension.h')
-rw-r--r--src/CommonAPI/AttributeExtension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/AttributeExtension.h b/src/CommonAPI/AttributeExtension.h
index d4c8075..4cea9b1 100644
--- a/src/CommonAPI/AttributeExtension.h
+++ b/src/CommonAPI/AttributeExtension.h
@@ -25,7 +25,7 @@ namespace CommonAPI {
template<typename _AttributeType>
class AttributeExtension {
public:
- inline _AttributeType& getBaseAttribute() {
+ _AttributeType& getBaseAttribute() {
return baseAttribute_;
}