X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b232d202ae5e2d2b375aa5dde006720f284386b..c0d9b217a7dcec3b322390efcbc5c98615cd3f16:/include/wx/debug.h diff --git a/include/wx/debug.h b/include/wx/debug.h index b5854654c3..936755e71b 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -129,10 +129,10 @@ const char *szFunc, const char *szCond, const wxChar *szMsg); -#endif // wxUSE_UNICODE +#endif /* wxUSE_UNICODE */ - class WXDLLIMPEXP_BASE wxString; - class WXDLLIMPEXP_BASE wxCStrData; + class WXDLLIMPEXP_FWD_BASE wxString; + class WXDLLIMPEXP_FWD_BASE wxCStrData; /* these two work when szMsg passed to debug macro is a string, we also have to provide wxCStrData overload to resolve ambiguity