]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrstr.h
remove warnings of intentionally unreachable code
[wxWidgets.git] / include / wx / arrstr.h
index 3c5fcfa165af6cab6ac82ac90c9c5a625e87a53e..4ce526be62e43ceff6b109577a5806d65843ceab 100644 (file)
@@ -149,7 +149,7 @@ public:
   {
       wxASSERT_MSG( !IsEmpty(),
                     _T("wxArrayString: index out of bounds") );
-      return Item(Count() - 1);
+      return Item(GetCount() - 1);
   }