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:
parent
deb0d191ca
commit
4ac483ebb2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user