diff options
Diffstat (limited to 'parameter/XmlFileIncluderElement.cpp')
-rw-r--r-- | parameter/XmlFileIncluderElement.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/parameter/XmlFileIncluderElement.cpp b/parameter/XmlFileIncluderElement.cpp index e9b95cd..693b6fd 100644 --- a/parameter/XmlFileIncluderElement.cpp +++ b/parameter/XmlFileIncluderElement.cpp @@ -38,10 +38,9 @@ #define base CKindElement CXmlFileIncluderElement::CXmlFileIncluderElement(const std::string& strName, const std::string& strKind, - bool bValidateWithSchemas) : base(strName, - strKind) + bool bValidateWithSchemas) + : base(strName, strKind), _bValidateSchemasOnStart(bValidateWithSchemas) { - _bValidateSchemasOnStart = bValidateWithSchemas; } // From IXmlSink |