From b0bb2669bcdc7530acebb07b5b7072d670c04b68 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Tue, 20 Apr 1999 14:23:27 +0000 Subject: [PATCH] Another "char" occurrence git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index 3881c31250..2e2069b41d 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -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 -- 2.50.0