diff options
Diffstat (limited to 'upstream/parameter/ParameterAdaptation.h')
| -rw-r--r-- | upstream/parameter/ParameterAdaptation.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/upstream/parameter/ParameterAdaptation.h b/upstream/parameter/ParameterAdaptation.h index d9cbe4b..d600161 100644 --- a/upstream/parameter/ParameterAdaptation.h +++ b/upstream/parameter/ParameterAdaptation.h @@ -39,17 +39,18 @@ public: CParameterAdaptation(const std::string &strType); // Element properties - virtual void showProperties(std::string &strResult) const; + void showProperties(std::string &strResult) const override; // From IXmlSink - virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext); + bool fromXml(const CXmlElement &xmlElement, + CXmlSerializingContext &serializingContext) override; // Conversions virtual int64_t fromUserValue(double dValue) const; virtual double toUserValue(int64_t iValue) const; // CElement - virtual std::string getKind() const; + std::string getKind() const override; protected: // Attributes |
