Oops, don't cut and paste between ports, and do test compile both states
of a macro guard... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b9ecc16a80
commit
a8853c78ed
@ -230,7 +230,7 @@ public:
|
||||
{ return GetItemParent( item ); }
|
||||
|
||||
// Expose the base class method hidden by the one above.
|
||||
wxWindow *GetParent() const { return wxScrolledWindow::GetParent(); }
|
||||
wxWindow *GetParent() const { return wxControl::GetParent(); }
|
||||
#endif // WXWIN_COMPATIBILITY_2_2
|
||||
|
||||
// for this enumeration function you must pass in a "cookie" parameter
|
||||
|
Loading…
Reference in New Issue
Block a user