]> git.saurik.com Git - wxWidgets.git/commitdiff
Link fix for GTK 1.2 debug.
authorRobert Roebling <robert@roebling.de>
Fri, 24 Nov 2006 11:33:53 +0000 (11:33 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 24 Nov 2006 11:33:53 +0000 (11:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/apptrait.h

index b3166e62c32aaf25008fd994f38d53032ea292f8..67e903bdaa3f19f2f1f0fabeab90810e9add3757 100644 (file)
@@ -42,9 +42,10 @@ public:
 
 #ifdef __WXGTK__
     virtual wxString GetDesktopEnvironment() const;
 
 #ifdef __WXGTK__
     virtual wxString GetDesktopEnvironment() const;
-#ifdef __WXDEBUG__
-    virtual bool ShowAssertDialog(const wxString& msg);
 #endif
 #endif
+
+#if defined(__WXDEBUG__) && defined(__WXGTK20__)
+    virtual bool ShowAssertDialog(const wxString& msg);
 #endif
 };
 
 #endif
 };