]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/animate.h
Use native version of wxAnimateCtrl only for
[wxWidgets.git] / include / wx / animate.h
index b9cde65251a964f0473d223f897df585dab3f845..d40361a958fa8ab54caa0550878e146f8485a8dd 100644 (file)
@@ -91,7 +91,7 @@ private:
 // include the platform-specific version of the wxAnimationCtrl class
 // ----------------------------------------------------------------------------
 
-#if defined(__WXGTK__)
+#if defined(__WXGTK20__)
     #include "wx/gtk/animate.h"
 #else
     #include "wx/generic/animate.h"