make the new GetItemCount() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1094,8 +1094,8 @@ public:
|
||||
/**
|
||||
Returns the number of items in the sizer.
|
||||
*/
|
||||
size_t GetItemCount();
|
||||
|
||||
size_t GetItemCount() const;
|
||||
|
||||
/**
|
||||
Finds wxSizerItem which holds the given @a window.
|
||||
Use parameter @a recursive to search in subsizers too.
|
||||
|
Reference in New Issue
Block a user