]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/animate.h
No real changes, just add wxSizerItem::AddBorderToSize() helper.
[wxWidgets.git] / include / wx / gtk / animate.h
index c5af21f44629a7cd387cf20180bb3f62ebf0ab80..8a568a70570c868b45b0d219105a9f061c9f722b 100644 (file)
@@ -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...