Another "char" occurrence

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven 1999-04-20 14:23:27 +00:00
parent b86510f8ef
commit b0bb2669bc

View File

@ -192,7 +192,7 @@ inline bool wxStyleHasBorder(long style)
#define OutputDebugString OutputDebugStringW95
#endif
extern void OutputDebugStringW95(const char*, ...);
extern void OutputDebugStringW95(const wxChar*, ...);
#endif
#endif