summaryrefslogtreecommitdiff
path: root/src/test/commonapi/tests/DerivedTypeCollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/commonapi/tests/DerivedTypeCollection.cpp')
-rw-r--r--src/test/commonapi/tests/DerivedTypeCollection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/commonapi/tests/DerivedTypeCollection.cpp b/src/test/commonapi/tests/DerivedTypeCollection.cpp
index 16a1b4e..c8da568 100644
--- a/src/test/commonapi/tests/DerivedTypeCollection.cpp
+++ b/src/test/commonapi/tests/DerivedTypeCollection.cpp
@@ -1,6 +1,6 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.3.qualifier.
+* Used org.genivi.commonapi.core 2.1.4.qualifier.
* Used org.franca.core 0.8.10.201309262002.
*
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
@@ -170,7 +170,6 @@ void TestExtendedPolymorphicStruct::writeToOutputStream(CommonAPI::OutputStream&
}
-
StructWithPolymorphicMember::StructWithPolymorphicMember(const uint32_t& numberValueValue, const std::shared_ptr<TestPolymorphicStruct>& polymorphicMemberValue):
numberValue(numberValueValue),
polymorphicMember(polymorphicMemberValue)