]> git.saurik.com Git - wxWidgets.git/commitdiff
Mark unused parameter as such, fixes #13402.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 5 Feb 2012 22:20:57 +0000 (22:20 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 5 Feb 2012 22:20:57 +0000 (22:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/animate.h

index 8a568a70570c868b45b0d219105a9f061c9f722b..c5af21f44629a7cd387cf20180bb3f62ebf0ab80 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 frame) const;
+    virtual wxImage GetFrame(unsigned int WXUNUSED(frame)) const;
 
     // we can retrieve the delay for a frame only after building
     // a GdkPixbufAnimationIter...