Build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-08-16 20:47:34 +00:00
parent bd33d4acf6
commit ebeb1b6ad1

View File

@@ -47,7 +47,7 @@
#include <stdio.h> #include <stdio.h>
#endif #endif
#if wxUSE_OWNER_DRAWN #if wxUSE_OWNER_DRAWN
#include "wx/ownerdrw.h" #include "wx/ownerdrw.h"
#endif #endif
@@ -5126,7 +5126,7 @@ const wxChar* wxGetMessageName( int nMessage )
} }
static wxString s_szBuf; static wxString s_szBuf;
s_szBuf.Printf(wxT("<unknown message = %d>"), message); s_szBuf.Printf(wxT("<unknown message = %d>"), nMessage);
return s_szBuf.c_str(); return s_szBuf.c_str();
} // end of wxGetMessageName } // end of wxGetMessageName