X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2f12218ce9231e0d21a0d5516fcaa7df3e0a2a0..fe37cbd46f6f9a1207949f3f4397df49bcbe439d:/include/wx/animate.h diff --git a/include/wx/animate.h b/include/wx/animate.h index b9cde65251..d40361a958 100644 --- a/include/wx/animate.h +++ b/include/wx/animate.h @@ -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"