X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c11d62a6e22ead4c327b7ad45ad466b451b1aff6..47df2b8c540f17c55464719d0da74c0b43a29515:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index 00485e46de..c07ee5825f 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -241,7 +241,7 @@ private: class WXDLLEXPORT wxLogStderr : public wxLog { DECLARE_NO_COPY_CLASS(wxLogStderr) - + public: // redirect log output to a FILE wxLogStderr(FILE *fp = (FILE *) NULL); @@ -563,7 +563,7 @@ DECLARE_LOG_FUNCTION2(SysError, long lErrCode); // wxLogFatalError helper: show the (fatal) error to the user in a safe way, // i.e. without using wxMessageBox() for example because it could crash -extern void wxSafeShowMessage(const wxString& title, const wxString& text); +void WXDLLEXPORT wxSafeShowMessage(const wxString& title, const wxString& text); // ---------------------------------------------------------------------------- // debug only logging functions: use them with API name and error code