From 926f877be522ce8fcdffd724ac3e76c55a0307c0 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Tue, 12 Oct 2004 14:02:57 +0000 Subject: [PATCH] compilo fix (blind) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2