From e0e4f162827173ac0d17d0756beb5be55b09aa71 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 15 Dec 2018 23:03:31 +0100 Subject: [PATCH] Fix a typo in ItemContainerTestCase comment No real changes, just fix a copy-and-pasto. --- tests/controls/itemcontainertest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controls/itemcontainertest.h b/tests/controls/itemcontainertest.h index 981b6f98cf..63923d25e8 100644 --- a/tests/controls/itemcontainertest.h +++ b/tests/controls/itemcontainertest.h @@ -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