]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2rtf.cpp
corrected a type in the constructor from two points
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.cpp
index b022776f6e5d2eee35b397030a6653bdd148f847..5e35432637fe4a81b535bb90d18dfe20618b96d4 100644 (file)
@@ -1084,6 +1084,7 @@ char *Tex2RTFConnection::OnRequest(const wxString& topic, const wxString& item,
 
 
 #ifndef NO_GUI
+#ifndef __WXGTK__
 void wxObject::Dump(ostream& str)
 {
   if (GetClassInfo() && GetClassInfo()->GetClassName())
@@ -1091,4 +1092,5 @@ void wxObject::Dump(ostream& str)
   else
     str << "unknown object class";
 }
+#endif
 #endif
\ No newline at end of file