]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrstr.h
Implement GetLabel and SetLabel
[wxWidgets.git] / include / wx / arrstr.h
index 177a6db924d569a6c8dfc649e4ea445f04f17174..4e559f0fd69aaa4e5954aa6999692b489fb314ee 100644 (file)
@@ -15,8 +15,8 @@
 #include "wx/defs.h"
 #include "wx/string.h"
 
-int WXDLLIMPEXP_BASE wxStringSortAscending(wxString*, wxString*);
-int WXDLLIMPEXP_BASE wxStringSortDescending(wxString*, wxString*);
+WXDLLIMPEXP_BASE int wxStringSortAscending(wxString*, wxString*);
+WXDLLIMPEXP_BASE int wxStringSortDescending(wxString*, wxString*);
 
 #if wxUSE_STL