Fix wxFont test compilation after wxFont(int flags) ctor removal.
Also mention this incompatible (since 2.9.4) change in the change log. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -103,9 +103,6 @@ void FontTestCase::Construct()
|
||||
// compile because it's easy to introduce ambiguities due to the number of
|
||||
// overloaded wxFont ctors.
|
||||
|
||||
CPPUNIT_ASSERT( wxFont(10, wxFONTFAMILY_DEFAULT).IsOk() );
|
||||
CPPUNIT_ASSERT( wxFont(10, wxFONTFAMILY_DEFAULT,
|
||||
wxFONTFLAG_DEFAULT).IsOk() );
|
||||
CPPUNIT_ASSERT( wxFont(10, wxFONTFAMILY_DEFAULT,
|
||||
wxFONTSTYLE_NORMAL,
|
||||
wxFONTWEIGHT_NORMAL).IsOk() );
|
||||
|
Reference in New Issue
Block a user