From 868154ee905002ad64410126e1f5c2e1a6969f82 Mon Sep 17 00:00:00 2001 From: Robin Dunn <> Date: Mon, 30 Mar 2020 15:01:21 -0700 Subject: [PATCH] native wxAnimationCtrl derives from the generic class --- include/wx/gtk/animate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/gtk/animate.h b/include/wx/gtk/animate.h index 0cd4280d02..a68a3e1b24 100644 --- a/include/wx/gtk/animate.h +++ b/include/wx/gtk/animate.h @@ -89,7 +89,7 @@ private: // Resize to animation size if this is set #define wxAN_FIT_ANIMATION 0x0010 -class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxAnimationCtrlBase +class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxGenericAnimationCtrl { public: wxAnimationCtrl() { Init(); }