Add wxBase64Decode(void*,size_t,wxString) overload.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Nov 2009 14:38:40 +0000 (14:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Nov 2009 14:38:40 +0000 (14:38 +0000)
commit869bc90db735cd8a214baee51f3a41186e760668
tree189dce81e95e2154447e51bc3467431bb3c274d3
parenta9a8cebc91fdc462fd5d97af28ba323df4afc1dc
Add wxBase64Decode(void*,size_t,wxString) overload.

We had wxBase64Decode(void*,size_t,const char*,size_t) as well as
wxBase64Decode(const char*,size_t) and wxBase64Decode(wxString) already but
not a version taking the buffer and wxString, complete the set of overloads
now.

This allows the unit test to compile in STL build (where there is no implicit
conversion from wxString to const char *).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/base64.h
interface/wx/base64.h