]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrstr.h
don't crash if (char*)c_str() is used twice in a row on the same string and both...
[wxWidgets.git] / include / wx / arrstr.h
index ad82252b903d9190b837b8d2db2a244ba76ab622..3c5fcfa165af6cab6ac82ac90c9c5a625e87a53e 100644 (file)
@@ -56,7 +56,7 @@ public:
         wxArrayStringBase::Add(string, copies);
         return size() - copies;
     }
-}
+};
 
 class WXDLLIMPEXP_BASE wxSortedArrayString : public wxSortedArrayStringBase
 {