From b2158ed0da736338f850ccbf1e1367e332f9397e Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Tue, 27 Jul 1999 06:52:32 +0000 Subject: [PATCH] char -> wxChar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/choice.h | 2 +- include/wx/gtk1/choice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index 54102db5b0..e405f01c72 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -30,7 +30,7 @@ class wxChoice; // global data //----------------------------------------------------------------------------- -extern const char *wxChoiceNameStr; +extern const wxChar *wxChoiceNameStr; //----------------------------------------------------------------------------- // wxChoice diff --git a/include/wx/gtk1/choice.h b/include/wx/gtk1/choice.h index 54102db5b0..e405f01c72 100644 --- a/include/wx/gtk1/choice.h +++ b/include/wx/gtk1/choice.h @@ -30,7 +30,7 @@ class wxChoice; // global data //----------------------------------------------------------------------------- -extern const char *wxChoiceNameStr; +extern const wxChar *wxChoiceNameStr; //----------------------------------------------------------------------------- // wxChoice -- 2.45.2