Fix a typo in ItemContainerTestCase comment

No real changes, just fix a copy-and-pasto.
This commit is contained in:
Vadim Zeitlin 2018-12-15 23:03:31 +01:00
parent 4ed28f681f
commit e0e4f16282

View File

@ -24,7 +24,7 @@ protected:
// and this one must be overridden to return the window which implements
// wxItemContainer interface -- usually it will return the same pointer as
// GetTestEntry(), just as a different type
// GetContainer(), just as a different type
virtual wxWindow *GetContainerWindow() const = 0;
// this should be inserted in the derived class CPPUNIT_TEST_SUITE