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:
@@ -826,9 +826,9 @@ bool wxQTMediaBackend::Pause()
|
|||||||
// 1) Stop the movie
|
// 1) Stop the movie
|
||||||
// 2) Seek to the beginning of the movie
|
// 2) Seek to the beginning of the movie
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
bool wxQTMediaBackend::Stop()
|
bool wxQTMediaBackend::DoStop()
|
||||||
{
|
{
|
||||||
if (!wxQTMediaBackend::Pause())
|
if (!wxQTMediaBackend::DoPause())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
::GoToBeginningOfMovie(m_movie);
|
::GoToBeginningOfMovie(m_movie);
|
||||||
|
Reference in New Issue
Block a user