summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/bool_schema_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/bool_schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/bool_schema_item.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/smart_objects/include/smart_objects/bool_schema_item.h b/src/components/smart_objects/include/smart_objects/bool_schema_item.h
index bb0dbd6653..eca5a0e063 100644
--- a/src/components/smart_objects/include/smart_objects/bool_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/bool_schema_item.h
@@ -50,13 +50,14 @@ class CBoolSchemaItem : public CDefaultSchemaItem<bool> {
* @return Shared pointer to a new schema item.
**/
static utils::SharedPtr<CBoolSchemaItem> create(
- const TSchemaItemParameter<bool>& DefaultValue =
- TSchemaItemParameter<bool>());
+ const TSchemaItemParameter<bool>& DefaultValue =
+ TSchemaItemParameter<bool>());
private:
explicit CBoolSchemaItem(const TSchemaItemParameter<bool>& DefaultValue);
SmartType getSmartType() const OVERRIDE;
bool getDefaultValue() const OVERRIDE;
+
private:
DISALLOW_COPY_AND_ASSIGN(CBoolSchemaItem);
};