X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..ad0ac642d5764497804bee2caad4fc1f20fc6cea:/include/wx/gtk/tooltip.h?ds=sidebyside diff --git a/include/wx/gtk/tooltip.h b/include/wx/gtk/tooltip.h index 06d1df3b32..d92f206e82 100644 --- a/include/wx/gtk/tooltip.h +++ b/include/wx/gtk/tooltip.h @@ -10,7 +10,7 @@ #ifndef __GTKTOOLTIPH__ #define __GTKTOOLTIPH__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface #endif @@ -22,14 +22,14 @@ // forward declarations //----------------------------------------------------------------------------- -class wxToolTip; -class wxWindow; +class WXDLLIMPEXP_CORE wxToolTip; +class WXDLLIMPEXP_CORE wxWindow; //----------------------------------------------------------------------------- // wxToolTip //----------------------------------------------------------------------------- -class wxToolTip : public wxObject +class WXDLLIMPEXP_CORE wxToolTip : public wxObject { public: // globally change the tooltip parameters