summaryrefslogtreecommitdiff
path: root/src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp')
-rw-r--r--src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp b/src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp
index f1e1b69..46c9704 100644
--- a/src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp
+++ b/src/test/src-gen/core/commonapi/tests/DerivedTypeCollection.cpp
@@ -1,6 +1,6 @@
/*
* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 3.1.2.v201506150834.
+* Used org.genivi.commonapi.core 3.1.2.v201507021046.
* Used org.franca.core 0.9.1.201412191134.
*
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
@@ -27,7 +27,7 @@ std::shared_ptr<DerivedTypeCollection::TestPolymorphicStruct> DerivedTypeCollect
switch (_serial) {
case DerivedTypeCollection::TESTPOLYMORPHICSTRUCT_SERIAL:
return std::make_shared<DerivedTypeCollection::TestPolymorphicStruct>();
- case DerivedTypeCollection::TESTEXTENDEDPOLYMORPHICSTRUCT_SERIAL:
+ case TESTEXTENDEDPOLYMORPHICSTRUCT_SERIAL:
return std::make_shared<DerivedTypeCollection::TestExtendedPolymorphicStruct>();
default:
break;