Applied patch [ 1445031 ] wxString passed as ellipsis argument in richtexthtml.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-03-07 20:40:31 +00:00
parent 4aa14001d2
commit 21e354f107
2 changed files with 18 additions and 17 deletions

View File

@@ -69,7 +69,7 @@ protected:
wxChar* b64enc( unsigned char* input, size_t in_len );
/// Gets the mime type of the given wxBITMAP_TYPE
wxChar* GetMimeType(int imageType);
const wxChar* GetMimeType(int imageType);
/// Gets the html equivalent of the specified value
wxString GetAlignment( const wxTextAttrEx& thisStyle );