]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAPropertyDataElement.hxx
hla: Fix buffer overrun in SGMath vector types.
[simgear.git] / simgear / hla / HLAPropertyDataElement.hxx
index 4354a1d9fa4802053c751bcb29a379d73796cf42..da21b2ab5c7176a59eba1500ff8a191aaecf67b0 100644 (file)
@@ -31,6 +31,9 @@ public:
     HLAPropertyDataElement(const HLADataType* dataType);
     virtual ~HLAPropertyDataElement();
 
+    virtual void accept(HLADataElementVisitor& visitor);
+    virtual void accept(HLAConstDataElementVisitor& visitor) const;
+
     virtual bool encode(HLAEncodeStream& stream) const;
     virtual bool decode(HLADecodeStream& stream);