diff --git a/dCommon/AMFFormat.h b/dCommon/AMFFormat.h index 2b423abd..6e479ef6 100644 --- a/dCommon/AMFFormat.h +++ b/dCommon/AMFFormat.h @@ -257,7 +257,7 @@ private: /*! \return The AMF value type */ - AMFValueType GetValueType() { return ValueType; } + AMFValueType GetValueType() override { return ValueType; } public: static const AMFValueType ValueType = AMFArray; @@ -362,7 +362,7 @@ private: /*! \return The AMF value type */ - AMFValueType GetValueType() { return ValueType; } + AMFValueType GetValueType() override { return ValueType; } ~AMFObjectValue() override; public: