]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/string.h
Document that message box with wxYES_NO but without wxCANCEL can't be closed.
[wxWidgets.git] / interface / wx / string.h
index 73a8e86ffcbe6a13e397665b238f0b53ccf5b6fc..65437943bd5e18368b786cb14b4f0772d8cffc01 100644 (file)
@@ -584,6 +584,7 @@ public:
     wxString& operator<<(wchar_t ch);
     wxString& operator<<(const wxCharBuffer& s);
     wxString& operator<<(const wxWCharBuffer& s);
+    wxString& operator<<(wxUniChar ch);
     wxString& operator<<(wxUniCharRef ch);
     wxString& operator<<(unsigned int ui);
     wxString& operator<<(long l);