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:
parent
db9febdf41
commit
5807e60c2a
@ -42,9 +42,10 @@ public:
|
|||||||
|
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
virtual wxString GetDesktopEnvironment() const;
|
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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user