X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46ff9bd5ddc9c55598eeeecfd8945a54a60cca65..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/generic/logg.h diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index ae66dd0ada..0227317323 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -23,7 +23,7 @@ #if wxUSE_TEXTCTRL // log everything to a text window (GUI only of course) -class WXDLLEXPORT wxLogTextCtrl : public wxLog +class WXDLLIMPEXP_CORE wxLogTextCtrl : public wxLog { public: wxLogTextCtrl(wxTextCtrl *pTextCtrl); @@ -49,7 +49,7 @@ private: #if wxUSE_LOGGUI -class WXDLLEXPORT wxLogGui : public wxLog +class WXDLLIMPEXP_CORE wxLogGui : public wxLog { public: // ctor @@ -86,7 +86,7 @@ protected: #if wxUSE_LOGWINDOW -class WXDLLEXPORT wxLogWindow : public wxLogPassThrough +class WXDLLIMPEXP_CORE wxLogWindow : public wxLogPassThrough { public: wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL)