fixed compilation problem in pror commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Surovell 2006-02-10 23:57:36 +00:00
parent deb0d191ca
commit 4ac483ebb2

View File

@ -826,9 +826,9 @@ bool wxQTMediaBackend::Pause()
// 1) Stop the movie
// 2) Seek to the beginning of the movie
//---------------------------------------------------------------------------
bool wxQTMediaBackend::Stop()
bool wxQTMediaBackend::DoStop()
{
if (!wxQTMediaBackend::Pause())
if (!wxQTMediaBackend::DoPause())
return false;
::GoToBeginningOfMovie(m_movie);