From 16205a28d2e9f273d49e29ffce63743bbee960d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:39:53 +0000 Subject: [PATCH] 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 --- interface/wx/mediactrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- 2.50.0