fixing extra semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-03-31 15:46:24 +00:00
parent a20a842791
commit 2c2bfbfa4d

View File

@@ -152,7 +152,7 @@ private:
[super dealloc];
}
-(wxQTMediaBackend*) backend;
-(wxQTMediaBackend*) backend
{
return m_backend;
}