fix for handling the standard X toolkit options

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-12-18 16:07:15 +00:00
parent e044f6001e
commit 17154fc8aa
2 changed files with 4 additions and 4 deletions

View File

@ -679,8 +679,8 @@ GtkWidget* wxGetRootWindow()
// wxEntry
//-----------------------------------------------------------------------------
int wxEntryStart( int argc, char *argv[] )
// NB: argc and argv may be changed here, pass by reference!
int wxEntryStart( int& argc, char *argv[] )
{
#if wxUSE_THREADS
/* GTK 1.2 up to version 1.2.3 has broken threads */

View File

@ -679,8 +679,8 @@ GtkWidget* wxGetRootWindow()
// wxEntry
//-----------------------------------------------------------------------------
int wxEntryStart( int argc, char *argv[] )
// NB: argc and argv may be changed here, pass by reference!
int wxEntryStart( int& argc, char *argv[] )
{
#if wxUSE_THREADS
/* GTK 1.2 up to version 1.2.3 has broken threads */