summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-14 10:38:51 -0400
committerJackLivio <jack@livio.io>2018-08-14 10:38:51 -0400
commite9c323f25a721ca5367c4ff125e1565dcade33a9 (patch)
tree2496c8578f15e260ae40155f0f00ee38ceee3663 /src/components/smart_objects/include
parentcd4d9c9b614719f61cf4129ed0a3d08ffbefb4d5 (diff)
downloadsdl_core-e9c323f25a721ca5367c4ff125e1565dcade33a9.tar.gz
Address comments
Diffstat (limited to 'src/components/smart_objects/include')
-rw-r--r--src/components/smart_objects/include/smart_objects/enum_schema_item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/smart_objects/include/smart_objects/enum_schema_item.h b/src/components/smart_objects/include/smart_objects/enum_schema_item.h
index 46656d1bd9..23532f1bbe 100644
--- a/src/components/smart_objects/include/smart_objects/enum_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/enum_schema_item.h
@@ -346,7 +346,7 @@ const ElementSignature TEnumSchemaItem<EnumType>::getSignature(
}
// Could not match msg version to element siganture
- ElementSignature ret("", "", false);
+ ElementSignature ret;
return ret;
}