compilo fix (blind)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-10-12 14:02:57 +00:00
parent 3f45f8bf3d
commit 926f877be5

View File

@@ -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 */