git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37476
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 1) Stop the movie
// 2) Seek to the beginning of the movie
//---------------------------------------------------------------------------
// 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);
return false;
::GoToBeginningOfMovie(m_movie);