diff --git a/src/gtk/animate.cpp b/src/gtk/animate.cpp index 9568139ea1..8a60886888 100644 --- a/src/gtk/animate.cpp +++ b/src/gtk/animate.cpp @@ -147,6 +147,11 @@ bool wxAnimationGTKImpl::Load(wxInputStream &stream, wxAnimationType type) return data_written; } +wxImage wxAnimationGTKImpl::GetFrame(unsigned int WXUNUSED(frame)) const +{ + return wxNullImage; +} + wxSize wxAnimationGTKImpl::GetSize() const { return wxSize(gdk_pixbuf_animation_get_width(m_pixbuf),