Link fix for GTK 1.2 debug.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-11-24 11:33:53 +00:00
parent db9febdf41
commit 5807e60c2a

View File

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