]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debug.h
Added Get/SetParentWindow to allow the same easy printing object to be used even
[wxWidgets.git] / include / wx / debug.h
index b5854654c391eb7410abecec27d216e19b9d3926..936755e71bd02fd2054b891455c80b189011e9a4 100644 (file)
                                           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