From 75d2e7e5d58b42d30a2d1b054547a5852dabd2fe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 14 Jan 2015 10:50:58 +0000 Subject: GetData is a hopelessly generic name when you want to find the uses of it Change-Id: I580c194f0fd200505d3df99089afc0872921a67b --- avmedia/source/viewer/mediawindow_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avmedia/source/viewer') diff --git a/avmedia/source/viewer/mediawindow_impl.cxx b/avmedia/source/viewer/mediawindow_impl.cxx index 21bd7c5a14cd..e5fffff82aeb 100644 --- a/avmedia/source/viewer/mediawindow_impl.cxx +++ b/avmedia/source/viewer/mediawindow_impl.cxx @@ -151,7 +151,7 @@ void MediaChildWindow::KeyUp( const KeyEvent& rKEvt ) void MediaChildWindow::Command( const CommandEvent& rCEvt ) { const CommandEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rCEvt.GetMousePosPixel() ) ), - rCEvt.GetCommand(), rCEvt.IsMouseEvent(), rCEvt.GetData() ); + rCEvt.GetCommand(), rCEvt.IsMouseEvent(), rCEvt.GetEventData() ); SystemChildWindow::Command( rCEvt ); GetParent()->Command( aTransformedEvent ); -- cgit