summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/always_false_schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/always_false_schema_item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/smart_objects/include/smart_objects/always_false_schema_item.h b/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
index 3a8a309b8d..87e5d31ae9 100644
--- a/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
@@ -70,7 +70,8 @@ class CAlwaysFalseSchemaItem : public ISchemaItem {
* @return NsSmartObjects::Errors::eType
**/
Errors::eType validate(const SmartObject& Object,
- rpc::ValidationReport* report__, const utils::SemanticVersion& MessageVersion) OVERRIDE;
+ rpc::ValidationReport* report__,
+ const utils::SemanticVersion& MessageVersion) OVERRIDE;
private:
CAlwaysFalseSchemaItem();