the internal GetData() is the same as GetBuffer()
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@31 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
parent
baa61c54cb
commit
42f3a6229a
@ -91,11 +91,10 @@ class EBML_DLL_API EbmlBinary : public EbmlElement {
|
||||
|
||||
bool operator==(const EbmlBinary & ElementToCompare) const;
|
||||
|
||||
protected:
|
||||
binary *GetData() const {return Data;}
|
||||
|
||||
#if defined(EBML_STRICT_API)
|
||||
private:
|
||||
#else
|
||||
protected:
|
||||
#endif
|
||||
binary *Data; // the binary data inside the element
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user