Don't use wxWindowBase in the interface headers
This class is an implementation detail, only wxWindow is public and there are never objects of wxWindowBase (but not wxWindow) class in wxWidgets programs. Closes https://github.com/wxWidgets/wxWidgets/pull/279
This commit is contained in:
committed by
Vadim Zeitlin
parent
426b11036f
commit
25520cbb80
@@ -548,7 +548,7 @@ public:
|
||||
|
||||
@since 2.9.4
|
||||
*/
|
||||
bool IsDescendant(wxWindowBase* win) const;
|
||||
bool IsDescendant(wxWindow* win) const;
|
||||
|
||||
/**
|
||||
Reparents the window, i.e.\ the window will be removed from its
|
||||
|
Reference in New Issue
Block a user