X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cbc57f086cee690f397ac5622d3f1d7153b300e..0eedee046670c277cb466cb93dbfdb80189833f4:/contrib/include/wx/fl/hintanimpl.h?ds=sidebyside diff --git a/contrib/include/wx/fl/hintanimpl.h b/contrib/include/wx/fl/hintanimpl.h index 65a2d01b4c..2efdba8e02 100644 --- a/contrib/include/wx/fl/hintanimpl.h +++ b/contrib/include/wx/fl/hintanimpl.h @@ -12,7 +12,7 @@ #ifndef __HINTANIMPL_G__ #define __HINTANIMPL_G__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "hintanimpl.h" #endif @@ -20,13 +20,13 @@ #include "wx/timer.h" -class cbHintAnimTimer; +class WXDLLIMPEXP_FL cbHintAnimTimer; /* A plugin to draw animated hints when the user drags a pane. */ -class cbHintAnimationPlugin : public cbPluginBase +class WXDLLIMPEXP_FL cbHintAnimationPlugin : public cbPluginBase { DECLARE_DYNAMIC_CLASS( cbHintAnimationPlugin ) protected: @@ -101,7 +101,7 @@ public: A private helper class. */ -struct MorphInfoT +struct WXDLLIMPEXP_FL MorphInfoT { wxPoint mFrom; wxPoint mTill; @@ -111,7 +111,7 @@ struct MorphInfoT A private helper class. */ -class cbHintAnimTimer : public wxTimer +class WXDLLIMPEXP_FL cbHintAnimTimer : public wxTimer { protected: