Applied patch [ 795423 ] Unicode and warning fixes in contrib/mmedia lib and sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -693,7 +693,7 @@ void wxSoundStreamWin::NotifyDoneBuffer(wxUint32 WXUNUSED(dev_handle), int flag)
|
||||
// -------------------------------------------------------------------------
|
||||
// SetSoundFormat()
|
||||
// -------------------------------------------------------------------------
|
||||
bool wxSoundStreamWin::SetSoundFormat(wxSoundFormatBase& base)
|
||||
bool wxSoundStreamWin::SetSoundFormat(const wxSoundFormatBase& base)
|
||||
{
|
||||
// TODO: detect best format
|
||||
return wxSoundStream::SetSoundFormat(base);
|
||||
|
||||
@@ -155,7 +155,7 @@ bool wxVideoWindows::SetSize(wxSize WXUNUSED(size))
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool wxVideoWindows::IsCapable(wxVideoType v_type)
|
||||
bool wxVideoWindows::IsCapable(wxVideoType v_type) const
|
||||
{
|
||||
return (v_type == wxVIDEO_MSAVI);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user