diff --git a/interface/wx/window.h b/interface/wx/window.h index 6ccea163d6..31b9093486 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -480,8 +480,10 @@ public: wxWindowList& GetChildren(); /** - @overload - */ + Returns a const reference to the list of the window's children. + + @copydetails GetChildren() + */ const wxWindowList& GetChildren() const; /**