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:
parent
e044f6001e
commit
17154fc8aa
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user