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:
Vadim Zeitlin 2005-07-01 21:42:26 +00:00
parent c9f00f2fce
commit 7f53010b0b

View File

@ -39,6 +39,7 @@
#if wxUSE_MEDIACTRL
#include "wx/dcclient.h"
#include "wx/thread.h"
//---------------------------------------------------------------------------
// Externals (somewhere in src/msw/app.cpp)
@ -961,7 +962,7 @@ wxString wxAMMediaBackend::GetErrorString(HRESULT hrdsv)
wxT("(numeric %i)\n")
wxT("occured at line %i in ")
wxT("mediactrl.cpp"),
(int)hrdsv, szError, __LINE__);
szError, (int)hrdsv, szError, __LINE__);
}
else
{