summaryrefslogtreecommitdiffstats
path: root/upstream/parameter/PluginLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/parameter/PluginLocation.h')
-rw-r--r--upstream/parameter/PluginLocation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/parameter/PluginLocation.h b/upstream/parameter/PluginLocation.h
index 2a663d2..cf7d4db 100644
--- a/upstream/parameter/PluginLocation.h
+++ b/upstream/parameter/PluginLocation.h
@@ -39,7 +39,8 @@ public:
CPluginLocation(const std::string &strName, const std::string &strKind);
// From IXmlSink
- virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
+ bool fromXml(const CXmlElement &xmlElement,
+ CXmlSerializingContext &serializingContext) override;
// Folder
const std::string &getFolder() const;