Remove copy-paste error in wxBase64Encode() documentation

This was apparently accidentally copied from the other overload but doesn't
make sense for this one.
This commit is contained in:
Vadim Zeitlin
2016-02-23 17:17:30 +01:00
parent 6535e787e4
commit 798ee9da83

View File

@@ -57,10 +57,6 @@ size_t wxBase64Encode(char* dst, size_t dstLen,
There is no error return.
To allocate the buffer of the correct size, use wxBase64EncodedSize() or
call this function with @a dst set to @NULL -- it will then return the
necessary buffer size.
@param src
The input buffer, must not be @NULL.
@param srcLen