Minor updates to help compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-11-29 05:18:49 +00:00
parent eedb15434a
commit 496fd9fb93
3 changed files with 6 additions and 6 deletions

View File

@@ -764,7 +764,7 @@ bool wxApp::ProcessMessage(
// We must relay Timer events to wxTimer's processing function
//
if (pMsg->msg == WM_TIMER)
wxTimerProc(NULL, 0, pMsg->mp1, 0);
wxTimerProc(NULL, 0, (int)pMsg->mp1, 0);
//
// For some composite controls (like a combobox), wndThis might be NULL