X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28efe6544f28ba7b37a77c033901fdd6f3978b82..6f3f9b50aa275243ade3541ecccb95de22cf57a9:/include/wx/debug.h diff --git a/include/wx/debug.h b/include/wx/debug.h index 7cdaecf9c4..936755e71b 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -131,8 +131,8 @@ const wxChar *szMsg); #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