]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/animate.cpp
pixbuf cursor support is for GTK 2.4.
[wxWidgets.git] / src / gtk / animate.cpp
index e3c6b9dc004b4f546da6594a6902cb72d4c83ce9..e6e6b8b0f903c42bf5fdd15db05e71b6bc1f7ce8 100644 (file)
@@ -150,7 +150,7 @@ bool wxAnimation::Load(wxInputStream &stream, wxAnimationType type)
     return true;
 }
 
-wxImage wxAnimation::GetFrame(size_t i) const
+wxImage wxAnimation::GetFrame(unsigned int WXUNUSED(frame)) const
 {
     return wxNullImage;
 }