mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
make IEnvelopePointAccess destructor virtual
This commit is contained in:
parent
2b115b92fa
commit
1ccb83b2ae
|
@ -87,6 +87,7 @@ enum
|
|||
class IEnvelopePointAccess
|
||||
{
|
||||
public:
|
||||
virtual ~IEnvelopePointAccess() = default;
|
||||
virtual int NumPoints() const = 0;
|
||||
virtual const CEnvPoint *GetPoint(int Index) const = 0;
|
||||
virtual const CEnvPointBezier *GetBezier(int Index) const = 0;
|
||||
|
|
Loading…
Reference in a new issue