fixed wrong argument to wxString::Format(); include wx/thread.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c9f00f2fce
commit
7f53010b0b
@ -39,6 +39,7 @@
|
|||||||
#if wxUSE_MEDIACTRL
|
#if wxUSE_MEDIACTRL
|
||||||
|
|
||||||
#include "wx/dcclient.h"
|
#include "wx/dcclient.h"
|
||||||
|
#include "wx/thread.h"
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// Externals (somewhere in src/msw/app.cpp)
|
// Externals (somewhere in src/msw/app.cpp)
|
||||||
@ -961,7 +962,7 @@ wxString wxAMMediaBackend::GetErrorString(HRESULT hrdsv)
|
|||||||
wxT("(numeric %i)\n")
|
wxT("(numeric %i)\n")
|
||||||
wxT("occured at line %i in ")
|
wxT("occured at line %i in ")
|
||||||
wxT("mediactrl.cpp"),
|
wxT("mediactrl.cpp"),
|
||||||
(int)hrdsv, szError, __LINE__);
|
szError, (int)hrdsv, szError, __LINE__);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user