]> git.saurik.com Git - wxWidgets.git/commitdiff
Another "char" occurrence
authorOve Kaaven <ovek@arcticnet.no>
Tue, 20 Apr 1999 14:23:27 +0000 (14:23 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Tue, 20 Apr 1999 14:23:27 +0000 (14:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/private.h

index 3881c31250b1f1ef750524f76dd3122376531896..2e2069b41dae8213ff56d94257206a5ebaea4d10 100644 (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