compilation fix for wxMotif and wxGTK1 (of course, it will still crash at run-time, just as for the other ports but hey, it compiles)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
031b101f09
commit
5eb34e9eb0
@ -777,7 +777,10 @@ protected:
|
||||
#ifdef __WXMSW__
|
||||
virtual WXHWND GetEditHWND() const { return GetHWND(); }
|
||||
#endif
|
||||
#ifdef __WXGTK__
|
||||
#ifdef __WXMOTIF__
|
||||
virtual WXWidget GetTextWidget() const { return NULL; }
|
||||
#endif
|
||||
#ifdef __WXGTK20__
|
||||
virtual wxWindow *GetEditableWindow() { return this; }
|
||||
virtual GtkEditable *GetEditable() const { return NULL; }
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user