X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4c794e1d01d358bcd6dac092d7df9ba2cd07872..d9f39e09e82e99c422619f4e3df536d0a9e87987:/utils/tex2rtf/src/tex2rtf.cpp?ds=sidebyside diff --git a/utils/tex2rtf/src/tex2rtf.cpp b/utils/tex2rtf/src/tex2rtf.cpp index b022776f6e..cc22a9c52d 100644 --- a/utils/tex2rtf/src/tex2rtf.cpp +++ b/utils/tex2rtf/src/tex2rtf.cpp @@ -1082,13 +1082,14 @@ char *Tex2RTFConnection::OnRequest(const wxString& topic, const wxString& item, #endif - #ifndef NO_GUI -void wxObject::Dump(ostream& str) -{ - if (GetClassInfo() && GetClassInfo()->GetClassName()) - str << GetClassInfo()->GetClassName(); - else - str << "unknown object class"; -} -#endif \ No newline at end of file +#ifndef __WXGTK__ +//void wxObject::Dump(ostream& str) +//{ +// if (GetClassInfo() && GetClassInfo()->GetClassName()) +// str << GetClassInfo()->GetClassName(); +// else +// str << "unknown object class"; +//} +#endif +#endif