X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6dadeb495b975151e3df0b058f0f704b1bad292d..465de0be705e52c7f97e9bb6169af9d20a7f72a8:/include/wx/gtk/animate.h diff --git a/include/wx/gtk/animate.h b/include/wx/gtk/animate.h index c5af21f446..8a568a7057 100644 --- a/include/wx/gtk/animate.h +++ b/include/wx/gtk/animate.h @@ -42,7 +42,7 @@ public: // unfortunately GdkPixbufAnimation does not expose these info: virtual unsigned int GetFrameCount() const { return 0; } - virtual wxImage GetFrame(unsigned int WXUNUSED(frame)) const; + virtual wxImage GetFrame(unsigned int frame) const; // we can retrieve the delay for a frame only after building // a GdkPixbufAnimationIter...