From 578c208107b4a2ddff650ab9795022a08351ea39 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Wed, 14 Apr 1999 21:52:38 +0000 Subject: [PATCH] char -> wxChar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/dialog.h | 2 +- include/wx/gtk/dnd.h | 2 +- include/wx/gtk1/dialog.h | 2 +- include/wx/gtk1/dnd.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/gtk/dialog.h b/include/wx/gtk/dialog.h index 62bd45a4cd..6edb8e1df6 100644 --- a/include/wx/gtk/dialog.h +++ b/include/wx/gtk/dialog.h @@ -29,7 +29,7 @@ class wxDialog; // global data //----------------------------------------------------------------------------- -extern const char *wxDialogNameStr; +extern const wxChar *wxDialogNameStr; //----------------------------------------------------------------------------- // wxDialog diff --git a/include/wx/gtk/dnd.h b/include/wx/gtk/dnd.h index e7604927a1..f57083b7db 100644 --- a/include/wx/gtk/dnd.h +++ b/include/wx/gtk/dnd.h @@ -225,7 +225,7 @@ public: virtual bool OnData( int x, int y ); /* you have to override OnDropFiles to get at the file names */ - virtual bool OnDropFiles( int x, int y, size_t nFiles, const char * const aszFiles[] ) = 0; + virtual bool OnDropFiles( int x, int y, size_t nFiles, const wxChar * const aszFiles[] ) = 0; }; diff --git a/include/wx/gtk1/dialog.h b/include/wx/gtk1/dialog.h index 62bd45a4cd..6edb8e1df6 100644 --- a/include/wx/gtk1/dialog.h +++ b/include/wx/gtk1/dialog.h @@ -29,7 +29,7 @@ class wxDialog; // global data //----------------------------------------------------------------------------- -extern const char *wxDialogNameStr; +extern const wxChar *wxDialogNameStr; //----------------------------------------------------------------------------- // wxDialog diff --git a/include/wx/gtk1/dnd.h b/include/wx/gtk1/dnd.h index e7604927a1..f57083b7db 100644 --- a/include/wx/gtk1/dnd.h +++ b/include/wx/gtk1/dnd.h @@ -225,7 +225,7 @@ public: virtual bool OnData( int x, int y ); /* you have to override OnDropFiles to get at the file names */ - virtual bool OnDropFiles( int x, int y, size_t nFiles, const char * const aszFiles[] ) = 0; + virtual bool OnDropFiles( int x, int y, size_t nFiles, const wxChar * const aszFiles[] ) = 0; }; -- 2.45.2