Really fix use of wxTranslateFromUnicodeFormat() in the unit test.
Update the function declaration in the test too. (Really) closes #16118.
This commit is contained in:
parent
cbc3a5bbf2
commit
ffcc18580e
1 changed files with 3 additions and 1 deletions
|
|
@ -1449,7 +1449,9 @@ void DateTimeTestCase::TestDateOnly()
|
|||
CPPUNIT_ASSERT_EQUAL( wxDateTime::Today(), wxDateTime::Now().GetDateOnly() );
|
||||
}
|
||||
|
||||
// Forward declaration
|
||||
// This function is defined in src/common/intl.cpp and as it is not public we
|
||||
// need to declare it here explicitly.
|
||||
WXDLLIMPEXP_BASE
|
||||
wxString wxTranslateFromUnicodeFormat(const wxString& fmt);
|
||||
|
||||
void DateTimeTestCase::TestTranslateFromUnicodeFormat()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue