Removed warnings
Added GetCount() to wxList and wxDaynArray git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -97,6 +97,7 @@ public:
 | 
			
		||||
  //@{
 | 
			
		||||
    /// number of elements in the array
 | 
			
		||||
  size_t  Count() const   { return m_uiCount;      }
 | 
			
		||||
  size_t  GetCount() const   { return m_uiCount;      }
 | 
			
		||||
    /// is it empty?
 | 
			
		||||
  bool  IsEmpty() const { return m_uiCount == 0; }
 | 
			
		||||
  //@}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user