summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/src/always_true_schema_item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/src/always_true_schema_item.cc')
-rw-r--r--src/components/smart_objects/src/always_true_schema_item.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/smart_objects/src/always_true_schema_item.cc b/src/components/smart_objects/src/always_true_schema_item.cc
index a474b0e157..1e7115316d 100644
--- a/src/components/smart_objects/src/always_true_schema_item.cc
+++ b/src/components/smart_objects/src/always_true_schema_item.cc
@@ -43,5 +43,10 @@ Errors::eType CAlwaysTrueSchemaItem::validate(const SmartObject& object) {
return Errors::OK;
}
+Errors::eType CAlwaysTrueSchemaItem::validate(const SmartObject& object,
+ rpc::ValidationReport* report__) {
+ return Errors::OK;
+}
+
} // namespace NsSmartObjects
} // namespace NsSmartDeviceLink