X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ebfc96354a711c59715b2ce7be800453c2a2eea..3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d:/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 ); }