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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user