]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/choice.mm
ugly fix for warnings when wxUSE_STL==0 not breaking compilation when wxUSE_STL==1
[wxWidgets.git] / src / cocoa / choice.mm
index 2f16f831fc8334079a76b2c8f326c77ac51fcdab..523b380cbdd3f4253f5aff088dd1a835f095ce6e 100644 (file)
@@ -76,6 +76,11 @@ int wxChoice::DoAppend(const wxString&)
     return 0;
 }
 
+int wxChoice::DoInsert(const wxString&, int)
+{
+    return 0;
+}
+
 void wxChoice::DoSetItemClientData(int, void*)
 {
 }