char -> wxChar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-04-14 21:52:38 +00:00
parent 3bce750983
commit 578c208107
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class wxDialog;
// global data // global data
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
extern const char *wxDialogNameStr; extern const wxChar *wxDialogNameStr;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxDialog // wxDialog

View File

@@ -225,7 +225,7 @@ public:
virtual bool OnData( int x, int y ); virtual bool OnData( int x, int y );
/* you have to override OnDropFiles to get at the file names */ /* 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;
}; };

View File

@@ -29,7 +29,7 @@ class wxDialog;
// global data // global data
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
extern const char *wxDialogNameStr; extern const wxChar *wxDialogNameStr;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxDialog // wxDialog

View File

@@ -225,7 +225,7 @@ public:
virtual bool OnData( int x, int y ); virtual bool OnData( int x, int y );
/* you have to override OnDropFiles to get at the file names */ /* 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;
}; };