]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2rtf.cpp
ODBC updates
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.cpp
index 2ad1a396f542b5cac3340f5e9a7fed5064ee376c..42ca52a52985479e870669542e9bbbe544b44d96 100644 (file)
@@ -404,7 +404,9 @@ int MyApp::OnExit()
 
   // TODO: this simulates zero-memory leaks!
   // Otherwise there are just too many...
 
   // TODO: this simulates zero-memory leaks!
   // Otherwise there are just too many...
+#ifndef __WXGTK__
   wxDebugContext::SetCheckpoint();
   wxDebugContext::SetCheckpoint();
+#endif
 
   return 0;
 }
 
   return 0;
 }