X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b232d202ae5e2d2b375aa5dde006720f284386b..2c0b3fd14ceccfb93c4e0163466b47519c86edd6:/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