]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/hintanimpl.h
fixed placement of pythonnote
[wxWidgets.git] / contrib / include / wx / fl / hintanimpl.h
index e35083386e1b03d119ddecc240ff1e3ac5f08674..2efdba8e029e4ab026f4ac70078afe517eb5e89d 100644 (file)
 
 #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: