From 2c2bfbfa4d19dcececbefc3f8a81cdf7596ce169 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 15:46:24 +0000 Subject: [PATCH] fixing extra semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/cocoa/mediactrl.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/cocoa/mediactrl.mm b/src/osx/cocoa/mediactrl.mm index d39432624e..804ec36137 100644 --- a/src/osx/cocoa/mediactrl.mm +++ b/src/osx/cocoa/mediactrl.mm @@ -152,7 +152,7 @@ private: [super dealloc]; } --(wxQTMediaBackend*) backend; +-(wxQTMediaBackend*) backend { return m_backend; }