X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ebfc96354a711c59715b2ce7be800453c2a2eea..3c01c5951189e13b8b4a5d7b288b54d4a57a30f8:/tests/events/propagation.cpp diff --git a/tests/events/propagation.cpp b/tests/events/propagation.cpp index e0918af3aa..e240dd6e17 100644 --- a/tests/events/propagation.cpp +++ b/tests/events/propagation.cpp @@ -184,7 +184,7 @@ void EventPropagationTestCase::WindowWithoutHandler() TestWindow * const child = new TestWindow(parent, 'c'); - child->ProcessEvent(event); + child->GetEventHandler()->ProcessEvent(event); CPPUNIT_ASSERT_EQUAL( "acpA", g_str ); }