summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/schema_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/schema_item.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/smart_objects/include/smart_objects/schema_item.h b/src/components/smart_objects/include/smart_objects/schema_item.h
index 807443d5e1..446c7fa65f 100644
--- a/src/components/smart_objects/include/smart_objects/schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/schema_item.h
@@ -56,8 +56,7 @@ class ISchemaItem {
*
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
- virtual Errors::eType validate(const SmartObject& Object);
+ DEPRECATED virtual Errors::eType validate(const SmartObject& Object);
/**
* @brief Validate smart object.