renamed arg[cv] parameters to not hide wxApp members
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,9 +100,9 @@ wxAppBase::wxAppBase()
|
||||
m_exitOnFrameDelete = Later;
|
||||
}
|
||||
|
||||
bool wxAppBase::Initialize(int& argc, wxChar **argv)
|
||||
bool wxAppBase::Initialize(int& argcOrig, wxChar **argvOrig)
|
||||
{
|
||||
if ( !wxAppConsole::Initialize(argc, argv) )
|
||||
if ( !wxAppConsole::Initialize(argcOrig, argvOrig) )
|
||||
return false;
|
||||
|
||||
#if wxUSE_THREADS
|
||||
|
Reference in New Issue
Block a user