From: Mathias Froehlich Date: Sat, 1 Oct 2011 06:34:13 +0000 (+0200) Subject: HLAPropertyDataElement: add virtual qualifier to destructor. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d9980b0e6081fe0c57401e87b9394eb3ce47917;p=simgear.git HLAPropertyDataElement: add virtual qualifier to destructor. --- diff --git a/simgear/hla/HLAPropertyDataElement.hxx b/simgear/hla/HLAPropertyDataElement.hxx index 4441584e..32dba058 100644 --- a/simgear/hla/HLAPropertyDataElement.hxx +++ b/simgear/hla/HLAPropertyDataElement.hxx @@ -151,7 +151,7 @@ class HLAPropertyDataElement : public HLADataElement { public: HLAPropertyDataElement(HLAPropertyReference* propertyReference); HLAPropertyDataElement(const simgear::HLADataType* dataType, HLAPropertyReference* propertyReference); - ~HLAPropertyDataElement(); + virtual ~HLAPropertyDataElement(); virtual bool encode(HLAEncodeStream& stream) const; virtual bool decode(HLADecodeStream& stream);