Verify the animation impl type matches the animation ctrl type

This commit is contained in:
Robin Dunn
2020-04-01 12:39:48 -07:00
parent e464453073
commit 606f365ea3
3 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ class WXDLLIMPEXP_CORE wxAnimationImpl : public wxObject, public wxRefCounter
public:
wxAnimationImpl() {}
virtual wxAnimationImplType GetImplType() = 0;
virtual bool IsOk() const = 0;
// can be -1