From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:39:53 +0000 (+0000) Subject: Fix wxMediaCtrl::GetPlaybackRate() method name in the documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16205a28d2e9f273d49e29ffce63743bbee960d8 Fix wxMediaCtrl::GetPlaybackRate() method name in the documentation. Closes #13983. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/mediactrl.h b/interface/wx/mediactrl.h index 62a2137b45..d88994e2ae 100644 --- a/interface/wx/mediactrl.h +++ b/interface/wx/mediactrl.h @@ -304,7 +304,7 @@ public: @return zero on failure. */ - double GetPlaybackrate(); + double GetPlaybackRate(); /** Obtains the state the playback of the media is in -