From: Ryan Norton Date: Tue, 12 Oct 2004 14:02:57 +0000 (+0000) Subject: compilo fix (blind) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/926f877be522ce8fcdffd724ac3e76c55a0307c0?ds=sidebyside compilo fix (blind) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index cd87652f6d..f25233ad87 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -500,7 +500,7 @@ #define wxPuts putws #else #define wxNEED_PUTS - int wxPuts(const wxChar *ws) + int wxPuts(const wxChar *ws); #endif /* we need %s to %ls conversion for printf and scanf etc */