Export wxTranslateFromUnicodeFormat() from DLL to allow testing it.

This should fix the build after adding the unit tests for this function in
adbc9863b2.

Closes #16118.
This commit is contained in:
Vadim Zeitlin
2015-04-10 16:15:56 +02:00
parent adbc9863b2
commit cbc3a5bbf2

View File

@@ -1158,6 +1158,9 @@ bool IsAtTwoSingleQuotes(const wxString& fmt, wxString::const_iterator p)
// to strftime()-like syntax. This translation is not lossless but we try to do
// our best.
// The function is only exported because it is used in the unit test, it is not
// part of the public API.
WXDLLIMPEXP_BASE
wxString wxTranslateFromUnicodeFormat(const wxString& fmt)
{
wxString fmtWX;